View Full Version : Frame Source


rebecca
05-03-2003, 04:09 PM
I am still trying to get this right, and it isn't happening. lol

Here is what I am trying now. I have my frames set up, but I want the middle frame to open my external weblog. I just don't know what the code is for that. I don't want a link to open it, I just want it to open when you go to the page.

One of these day's I am either going to get this right or I am going to kidnap myself a web god to fix my page at my beck and call. He better do laundry too!

Elentari
05-03-2003, 04:14 PM
In your index page where you created your frameset, specify the starting page as your external weblog.

For example: this is my code for a 3 frame layout (the index page) and if I wanted the middle one to contain the weblog.


<frameset cols=33%,34%,33%>
<frame src="left.html" name="left">
<frame src="yourweblogaddress.com" name="weblog">
<frame src="right.html" name="right">
</frameset>