View Full Version : How do I make frames not starting from the top?


Billie Jean
06-11-2003, 08:19 PM
http://www.geocities.com/simplyscarlett87/main.html

Is there a way I can make the left frame start from under the dark pink instead of from the top? know what I mean? ok thank you.:)

EmpTcaN
06-11-2003, 09:19 PM
err.... you want the frame to be on the left right?

<frameset cols=*,* border=0 frameborder=0 framespacing=0>
<frame src="left.html" name="left" scrolling=no noresize>
<frame src="right.html" name="right">
</frameset>