rainbowbrite
02-10-2003, 04:56 PM
ive never been good at tables at all. ever. and umm, ive tried reading through the other posts and have tried everything that you guys have said to other people yet i still cannot get the little border gap things to go away from my table. i always have this problem when using a table for anything. here is my code, could someone please help?
<html><body background="bg.jpg">
<table width="650" height="400" cellspacing="0" cellpadding="0" border="0">
<tr><td colspan=3 valign="top">
<img src="top1.jpg" border="0"></tr></td>
<tr><td valign="top"><img src="left.jpg" border="0"></td><td valign="top"><iframe name="content" width="281" height="211" src="main.html" frameborder="0" border="0"></iframe>
</td><td valign="top"><img src="right.jpg" border="0"></td></tr>
<tr><td colspan=3 valign="top"><img src="bottom1.jpg" border="0"><div style="position:absolute; top:375; left:350; height:15; width:150; z-index:1;">
<style>
<!--
BODY,P,TD {font-family:verdana,arial; font-size:8px; color:#0B2579; }
A:link { text-decoration: none; color:"#0B2579"; }
A:visited { text-decoration: none; color:"#0B2579"; }
A:hover { text-decoration:line through; color:"#FFFFFF"; cursor:crosshair; }
body {
scrollbar-arrow-color: #CCCCCC;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #FFFFFF;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #FFFFFF;
-->
</style>
<a href="about.html" target="main">one</a>.<a href="hosting.html" target="main">two</a>.
<a href="hosted.html" target="main">three</a>.<a href="contact.html" target="main">four</a>
</div></td></tr></table></html>
<html><body background="bg.jpg">
<table width="650" height="400" cellspacing="0" cellpadding="0" border="0">
<tr><td colspan=3 valign="top">
<img src="top1.jpg" border="0"></tr></td>
<tr><td valign="top"><img src="left.jpg" border="0"></td><td valign="top"><iframe name="content" width="281" height="211" src="main.html" frameborder="0" border="0"></iframe>
</td><td valign="top"><img src="right.jpg" border="0"></td></tr>
<tr><td colspan=3 valign="top"><img src="bottom1.jpg" border="0"><div style="position:absolute; top:375; left:350; height:15; width:150; z-index:1;">
<style>
<!--
BODY,P,TD {font-family:verdana,arial; font-size:8px; color:#0B2579; }
A:link { text-decoration: none; color:"#0B2579"; }
A:visited { text-decoration: none; color:"#0B2579"; }
A:hover { text-decoration:line through; color:"#FFFFFF"; cursor:crosshair; }
body {
scrollbar-arrow-color: #CCCCCC;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #FFFFFF;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #FFFFFF;
-->
</style>
<a href="about.html" target="main">one</a>.<a href="hosting.html" target="main">two</a>.
<a href="hosted.html" target="main">three</a>.<a href="contact.html" target="main">four</a>
</div></td></tr></table></html>