View Full Version : Frame code


godsgirl5790
10-13-2009, 06:17 PM
I knoe that frames are old news. But I can't learn css, so I'm sticking to frames. I need help with a code.
I used to make sites with this but I haven't done it for a while and I forgot how to.
I made the layout and measured it, But everytime I put it up the frame areas are not in the right place, I must have done somthing wrong...
Help if you can, Thanks.

Here's the code I used. I tryed switching the measures and it still didn't work.


<html>
<head>

<title>Women Of Faith</title>

</head>
<body background="PICTURE URL HERE"><br><br>

<img src="http://i8.photobucket.com/albums/a43/glittersfromnikki/layout.jpg" style="position:absolute; left:0; top:0">

<iframe border="0" name="Left" scrolling="auto" allowTransparency=true src="http://www.womenoffaith.webs.com/left.html" frameborder="0" width="111" height="173" style="position:absolute; left:200; top:269" allowtransparency="true"></iframe>

<iframe border="0" name="Main" scrolling="auto" allowTransparency=true src="http://www.womenoffaith.webs.com/main.html" frameborder="0" width="451" height="317" style="position:absolute; left:726; top:520" allowtransparency="true"></iframe>

<iframe border="0" name="Right" scrolling="auto" allowTransparency=true src="http://www.womenoffaith.webs.com/right.html" frameborder="0" width="111" height="173" style="position:absolute; left:200; top:358" allowtransparency="true"></iframe>


</body>
</html>

pretender
10-13-2009, 09:46 PM
I knoe that frames are old news. But I can't learn css, so I'm sticking to frames. I need help with a code.
I used to make sites with this but I haven't done it for a while and I forgot how to.
I made the layout and measured it, But everytime I put it up the frame areas are not in the right place, I must have done somthing wrong...
Help if you can, Thanks.

Here's the code I used. I tryed switching the measures and it still didn't work.

I just played played around with the measurement and changed them to this
I'm also using firefox browser I didnt check with Explorer
<html>
<head>

<title>Women Of Faith</title>

</head>
<body background="PICTURE URL HERE"><br><br>

<img src="http://i8.photobucket.com/albums/a43/glittersfromnikki/layout.jpg" style="position:absolute; left:0;

top:0"><br>

<iframe border="0" name="Left" scrolling="auto" allowTransparency=true

src="http://www.womenoffaith.webs.com/left.html" frameborder="0" width="111" height="173" style="position:absolute;

left:85; top:95" allowtransparency="true"></iframe>

<iframe border="0" name="Main" scrolling="auto" allowTransparency=true

src="http://www.womenoffaith.webs.com/main.html" frameborder="0" width="451" height="317" style="position:absolute;

left:265; top:185" allowtransparency="true"></iframe>

<iframe border="0" name="Right" scrolling="auto" allowTransparency=true

src="http://www.womenoffaith.webs.com/right.html" frameborder="0" width="111" height="173" style="position:absolute;

left:85; top:345" allowtransparency="true"></iframe>


</body>
</html>You may just have to play around with the measurement to get what you want I didn't really know if you were trying to get the frames to fit in the picture i just figured you were
On another note I'm not a big fan of frames but as the saying goes "if it works then use it" hopefully that helps:) :)