View Full Version : How do I make frames horizontal? And how do I get rid of the divider?


Makar
06-12-2003, 03:36 AM
Well, those are my two questions. I wanted the frames horizontal instead of vertical, and I wanted to get rid of the gray divider. Is that possible?

EmpTcaN
06-12-2003, 04:05 AM
yes

here is the script
<frameset rows=*,* border=0 frameborder=0 framespacing=0>
<frame src="top.html" name="top">
<frame src="bottom.html" name="bottom">
</frameset>
replace the top and bottom html with your link and replace the * with any number you want

Makar
06-13-2003, 02:36 AM
Thank you so much! I'm not very good with CSS :)

EmpTcaN
06-13-2003, 02:41 AM
hahahaha
you're welcome but this is not css
it's just plain html