shinynewmusic
09-16-2006, 01:43 PM
I have a problem. Basically, using the simple frame code on lissa explains
<frameset cols=40%60%>
<frame src="left.html" name="leftside" scrolling=no>
<frame src="right.html" name="rightside" scrolling=no>
</frameset>
I am getting a grey line down the middle which allows people to change the width of the frames. How can I remove this?
<frameset cols=40%60%>
<frame src="left.html" name="leftside" scrolling=no>
<frame src="right.html" name="rightside" scrolling=no>
</frameset>
I am getting a grey line down the middle which allows people to change the width of the frames. How can I remove this?