No, you do not have to define a width for a table cell, quite the opposite, if you want it to stretch according to the window size, you must not. The table itself however, has a width of 100% to fill the whole window.
This is the code used here:
Code:
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#202020" class="bgGlowLeft"> </td>
<td width="760" align="center" valign="top" bgcolor="#333333"></td>
<td bgcolor="#202020" class="bgGlowRight"> </td>
</tr>
</table>
Bookmarks