Whitespace problem

liunx

Guest
Hi, have a table (used for layout) which is in a frame and has a coloured background, but leaves a white border around it that I can't seem to get rid of. The code for the page is as follows:<br />
<br />
<body><br />
<table width="930" height="100" border="0" align="left" cellpadding="0" cellspacing="0"><br />
<tr> <br />
<td width="68" bgcolor="#0099FF"><img src=http://www.htmlforums.com/archive/index.php/"h100.png" align="right" /></td><br />
<td width="794" bgcolor="#0099FF"><table width="794" height="100" border="0" cellpadding="0" cellspacing="0"><br />
<tr><br />
<td><strong><font size="+2">TITLE<br />
Club</font></strong></td><br />
</tr><br />
<tr><br />
<td>&nbsp;</td><br />
</tr><br />
<tr><br />
<td>&nbsp;</td><br />
</tr><br />
<tr><br />
<td>&nbsp;</td><br />
</tr><br />
</table></td><br />
<td width="68" bgcolor="#0099FF"><img src=http://www.htmlforums.com/archive/index.php/"h100.png" align="right" /></td><br />
</tr><br />
</table><br />
</body><br />
<br />
Does anyone have any ideas on how I can get rid of this whitespace?<br />
<br />
TIA<!--content--><body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" rightmargin="0"<br />
bottommargin="0" ><br />
<br />
:rocker: :rocker:<!--content-->Thankyou very muich for that - I now have a similar (realted probelm) - From the above code, I have two table cells of 68*100, and an image of that same size, except the image seems to have a border around it, how can i get rid of this?<br />
<br />
Cheers<!--content--><img src=http://www.htmlforums.com/archive/index.php/"h100.png" align="right" border="0"/><br />
<br />
Neil<!--content-->
 
Back
Top