View Full Version : Help W/ Frames!


dumbxoxbrunette
05-18-2003, 08:49 PM
my site isnt working. im tring a right-left frame...but nothing ever shows up!!! www.sw33t-l0v3.dot.nu is my addy...if some one could look at it and mabe tell me whats wrong?? thanks!!!

Elentari
05-18-2003, 08:59 PM
Make a page with the following code ONLY and name it index.html........



<HTML><HEAD><TITLE>title</TITLE></HEAD>

<FRAMESET ROWS="30%,70%">
<FRAME SRC="left.html" NAME="left">
<FRAME SRC="right.html" NAME="right">
</FRAMESET>

<NOFRAMES>
Sorry, but your browser does not support frames.
</NOFRAMES>

</HTML>




Then make a page called left.html and one called right.html and save them in the save folder as index.html and open index.html and you should have your two frames.

starlet
05-19-2003, 12:13 AM
Your code says

<meta name="generator" content="Created Using Yahoo! PageBuilder 2.61.82">

So i'll assume you are useing page builder, for frames to work on geocities you need to use the advanced editor, use Elentaris code...but not in pagebuilder.