ninjamonkey
07-03-2003, 01:40 AM
I'm probably just missing something, but why are there these white borders between my three frames? I put the no border code...and these white bars appear
www23.brinkster.com/severelytwisted
This is driving me crazy!
Thanks,
Liz
burningstars
07-03-2003, 02:37 AM
Try this
<html>
<head>
<style type=text/css>
body {
scrollbar-base-color:#000000;
scrollbar-face-color:#000000;
scrollbar-shadow-color:#FFFFFF;
scrollbar-highlight-color:000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-track-color:#000000;
scrollbar-arrow-color:#FFFFFF;
text-align:center;
font-family: verdana;
font-size:7pt;
letter-spacing:1pt;
line-height:17pt;
}
body,tr,td {
font-size:7pt;
font-family:verdana;
text-align:center;
color:#b6c9eb;
line-height:15px;
letter-spacing:0pt
}
A:link {
color:#FFFFFF;
text-decoration:none;
}
A:visited {
color:#000000;
text-decoration:line-through;
}
A:active {
color:#000000;
text-decoration:none;
}
A:hover {
color:#b6c9eb;
text-decoration:underline overline;
}
</style>
</head>
<frameset cols="420,*">
<frame src="left.html" name="left" style="border:0 solid #000000" frameborder=0 framespacing=0 scrolling=no noresize>
<frameset rows="90,*">
<frame src="musicn.html" name="top" style="border:0 solid #000000" border=0 frameborder=0 framespacing=0 scrolling=no noresize>
<frame src="main.html" name="mainframe" style="border:0 solid #000000" border=0 frameborder=0 framespacing=0 scrolling=yes noresize>
</frameset>
</frameset>
<body>
</body>
<noframes>
<a href="main.html">Urk, Frames+You=No Va</a>
</noframes>
</html>
probably from your styles...
style="border: 5 solid #000000"