View Single Post
NewEzra's Avatar NewEzra NewEzra is offline 2003-04-28 #2 Old  
This works fine for me:

Code:
<HTML>
<HEAD>
<TITLE>index</TITLE>
</HEAD>
<BODY bgcolor="#999999" topmargin="0" bottommargin="0">
<table width="740" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td width="740" valign="top" bgcolor="#000000">&nbsp;</td>
  </tr>
</table>
</BODY>
</HTML>
Reply With Quote