Forum Moderators: mack
I know you can align the table width, like this:
<table width="700" height="700" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="bground_trans.png"> </td>
</tr>
</table>
So is there a html code to vertically center the table also?
Thanks a lot
[edited by: eelixduppy at 5:35 pm (utc) on April 13, 2009]
[edit reason] disabled smileys [/edit]
FYI, valign="middle" is the default behavior of a table cell in most browsers, no need to specify it, and valign is also deprecated as is nowrap, width, and height.