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>
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>