View Full Version : Problems with frames!!!!! HELP!!!


Tiina
11-15-2004, 06:32 PM
HI!
I'm doing my first web page ever and ran into a few problems with frames. This is the code I used (straight from Lissa) but I can't seem to get it to work. I mean that I cannot see anything in my web page even though I have written a lot stuff there...I'm a moron really... :rolleyes:

<html>
<head>
<title>TIINA'S ABSOLUTELY FABULOUS WEB PAGE</title>
</head>
<frameset cols="20%,*">
<frame src="http://www.angelfire.com/un/tsh/frameleft.html" name="leftside">
<frame src="http://www.angelfire.com/un/tsh/frameright.html" name="rightside">
</frameset>
<body>
</body>
<noframes>
<a href="http://www.angelfire.com/un/tsh/index.html">Click Here</a>
</noframes>
</html>

What did I do wrong? (www.angelfire.com/un/tsh)---Maybe angelfire has something to do with this?

MaGiCSuN
11-15-2004, 06:39 PM
i see them perfectly fine :)

Love,
Mirna

pb&j
11-15-2004, 07:38 PM
the problem you are having is that you are using one of those "easy page creators". if you want to do frames, you must use a straight text editor, either offline like notepad, or online with an "advanced" page maker that allows you to do straight html coding. the "easy" page makers put in a bunch of the formatting codes around everything which then kills the frames coding.