View Full Version : ARG! Can't get rid of that line!


erkman
05-19-2003, 12:00 AM
Sorry but this site isnt appropriate for a G-rated forum
Caution: Graphic Language.


That's the link, and because of the bottom frame, I can't get rid of that little white line. If anyone has any suggestions, please reply or Instant Message "Eyefieldown" Thanks. :)

starlet
05-19-2003, 12:34 AM
http://www.lissaexplains.com/frames.shtml#border

erkman
05-19-2003, 12:53 AM
(I understand the edit)

As for the line, I've been trying... but I still can't get rid of it!



This is my Index.html

<html>
<head>
<title>stuff</title>
</head>
<frameset rows=*,25>
<frame src="main.html" name="main" border="0" frameborder="0" framespacing="0" scrolling=no noresize>
<frame src="bottom.html" name="bottom" border="0" frameborder="0" framespacing="0" scrolling=no noresize>
</frameset>
</html>

Sheila
05-19-2003, 10:29 AM
<html>
<head>
<title>stuff</title>
</head>
<frameset rows=*,25 border="0" frameborder="0" framespacing="0">
<frame src="main.html" name="main" scrolling=no noresize>
<frame src="bottom.html" name="bottom" scrolling=no noresize>
</frameset>
</html>