View Full Version : need help!


lovingfriend
07-11-2003, 05:04 PM
I need so much help with my website! You see, I'm using frames as a layout, and it just isn't working! I don't know what I'm doing wrong! Elven Dreams (http://www.angelfire.com/rebellion/lordofther/) is just how I would like it, but everytime I try to put in the code, nothing happens! Then I was thinking of putting the banner at the top, links to the left, and everything else to the right. I found the code to do that, and it didn't work! I don't know what I'm doing wrong... Oh, I'm using angelfire too... Can someone please help me?

MaGiCSuN
07-11-2003, 05:18 PM
Could you post the code you are using currently to get your frames?

Love,
Mirna

lovingfriend
07-11-2003, 05:30 PM
Sure. Here's the frame code I've been trying to use:

<html>
<body>

<html>
<head>
<title>
Eternal Bloom
</title>
</head>

<frameset rows=20%,80% frameborder=0 framespacing=0>
<frame name="top" SRC="http://img.villagephotos.com/p/2003-7/273947/banner.jpg">
<frameset cols=20%,80% frameborder=0 framespacing=0>
<frame name="side" SRC="http://www.angelfire.com/falcon/eternalbloom/contents.html">
<frame name="main" SRC="http://www.angelfire.com">

</frameset>
</html>


</body>
</html>

I got it from Peachie (http://www.peachie.nu/). I was looking at the frame codes at this site, but it confused me in the code:

<html>
<head>
<title>My Page</title>
</head>
<frameset cols=20%,80%>
<frame src="left.html" name="leftside">
<frame src="right.html" name="rightside">
</frameset>
<body>
</body>
<noframes>
<a href="your main page.html">Click Here</a>
</noframes>
</html>

lovingfriend
07-11-2003, 05:32 PM
i forgot to mention, i put angelfire.com in the main part in my code. i'm still working on the page...

MaGiCSuN
07-11-2003, 05:50 PM
<html>
<head>
<title>
Eternal Bloom
</title>
</head>

<frameset rows=20%,80% frameborder=0 framespacing=0>
<frame name="top" SRC="http://img.villagephotos.com/p/2003-7/273947/banner.jpg">
<frameset cols=20%,80% frameborder=0 framespacing=0>
<frame name="side" SRC="http://www.angelfire.com/falcon/eternalbloom/contents.html">
<frame name="main" SRC="http://www.angelfire.com">

</frameset>
</frameset>
<body>
</body>
</html>


try that :) you had a few extra tags in it etc.

for this code:

<html>
<head>
<title>My Page</title>
</head>
<frameset cols=20%,80%>
<frame src="left.html" name="leftside">
<frame src="right.html" name="rightside">
</frameset>
<body>
</body>
<noframes>
<a href="your main page.html">Click Here</a>
</noframes>
</html>


you make a left.html and right.html page, and you put the code above on a seperate page called index.html for example. Then it should work. The <noframes> part is for people that can't see frames at all, and they will see the link "click here" instead. You don't need to fill this in. you can also delete the link and add a message.


Love,
Mirna

lovingfriend
07-11-2003, 08:05 PM
Thank you so much! It worked! I think I may be able to figure it all out know. Thank you, thank you, thank you!!

MaGiCSuN
07-11-2003, 09:57 PM
You're welcome :) glad i could help !