Forum Moderators: open
i got this piece of code:
<body onLoad="changeBN()">
<table cellpadding="0" cellspacing="0" width="100%" border="0" bgcolor="#808080">
<td width="200" valign="middle"></td>
<td valign="middle"><a href="http://www.example.com/"><img id = "banner" ALT = "Alt Text" src="banner1.jpg" border="0" width="800" height="100" /></a></td>
</table>
</body>
when i run it.....there's a white space around the table..( the table is not completely at the windows border)....what i suppose to do to get rid of these white spaces?
[edited by: BlobFisk at 3:35 pm (utc) on Jan. 28, 2005]
[edit reason] Examplified URL in code. [/edit]