dream_on007
07-15-2003, 02:11 AM
Hi! Well I am brand new to frames and it is SO frusterating. I am trying to get my webbie up and going but I'm at a dead end! I made an index page and a menu page and I have my home page. I did everything it says on lissaexplains frames..... but it doesnt work. This is the code they give you:<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>
and here is what i changed it to be for mine:
<body> <html> <head> <title>Summer Strawberri</title> </head> <frameset cols=20%,80%> <frame src="http://www.angelfire.com/clone/dream_on007/menu.html" name="leftside"> <frame src="http://www.angelfire.com/clone/dream_on007/summerstrawberri.html" name="rightside"> </frameset> <body> <noframes> <a href="HOMEwww.angelfire.com/clone/dream_on007/summerstrawberri.html">HOME</a> </noframes> </html>
and I put this all on an index pg and then I made a menu page. Can you help me? I dunno what I am doing wrong! Do I put all this code in the part of the table I want the menu to be on? Ahh I am desperte!
You can reply to this or email me at dolphincrazed007@yahoo.ca If you email me then please make the subject FRAMES HELP thnks!
<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>
and here is what i changed it to be for mine:
<body> <html> <head> <title>Summer Strawberri</title> </head> <frameset cols=20%,80%> <frame src="http://www.angelfire.com/clone/dream_on007/menu.html" name="leftside"> <frame src="http://www.angelfire.com/clone/dream_on007/summerstrawberri.html" name="rightside"> </frameset> <body> <noframes> <a href="HOMEwww.angelfire.com/clone/dream_on007/summerstrawberri.html">HOME</a> </noframes> </html>
and I put this all on an index pg and then I made a menu page. Can you help me? I dunno what I am doing wrong! Do I put all this code in the part of the table I want the menu to be on? Ahh I am desperte!
You can reply to this or email me at dolphincrazed007@yahoo.ca If you email me then please make the subject FRAMES HELP thnks!