HTML Table "Width" attribute
-
It appears that HTML Table “Width” attribute is disabled for wordpress.com sites?
Is that true?
Does anybody know what I can and cannot do with Tables here at wordpress.com?
Thank you.
http://tritoncommunities.com/realtor-jpg-flyer-download-page/
The blog I need help with is: (visible only to logged in users)
-
The maximum displayed image width of the Twenty Ten theme is 425 pixels. http://wpbtips.wordpress.com/2009/07/23/maximum-image-width/ Is that a factor here?
-
Thank you,
I’m trying to make my table 200 pixels wide. The width attribute does not seem to have any effect on HTML tables at wordpress.com
http://tritoncommunities.com/width/
<table border=”1″ width=”200″>
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
<tr>
<td>February</td>
<td>$80</td>
</tr>
</table> -
That’s outdated. You need this instead:
<table style="border:1px solid #888;width:200px;"> -
- The topic ‘HTML Table "Width" attribute’ is closed to new replies.