Re: Centering content on website not working in DWMX -
12-04-2003
, 05:03 PM
Because of my design.
My code would be something like:
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center">IMAGES AND TEXT CENTERED ON PAGE GO HERE </td>
</tr>
</table></td>
</tr>
</table> |