Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] how to format table (http://forum.bytesforall.com/showthread.php?t=17627)

ioster May 20, 2012 01:24 PM

[SOLVED] how to format table
 
Hello,
I try to format the width oF a table or a column : in the example http://ced-cosmetics.fr/formula/ingredients/achillee/ I would like to have the second column fitting 250 px width or the whole table 700 px.
My html code is <td bgcolor="#00B294" width:="250px">... </td> but it doesn't work... : could yoU help me to find the right code. Thanks in advance.
Isabelle

lmilesw May 20, 2012 02:32 PM

I cheat and use a wysiwyg table editor. The code I came up with for what you want is
Code:

<table style="width: 700px;" border="0">
<tbody>
<tr>
<td>This is one</td>
<td style="width: 250px;">This is two</td>
</tr>
</tbody>
</table>

Also I didn't check by your styling syntax looks "odd" but I could be mistaken.

ioster May 20, 2012 02:52 PM

thanks it drove me crazy but with your styling it works.
Thanks again
Isabelle


All times are GMT -6. The time now is 05:10 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.