|
Posted by meghanwh on 08/29/06 01:54
OK I went through a few tutorials, and I've changed the code to have a
very basic frame and it's still not working. It just shows the header.
Any ideas? Here's the code for my index.html page:
<HTML>
<FONT SIZE=4 COLOR="#000000" FACE="Courier New">
<HEAD>Johanna's Run for Recovery</HEAD>
<frameset cols="120,*" >
<frame src="intro.html" name="menu" >
<frame src="links.html" name="main" >
</frameset>
</HTML>
dorayme wrote:
> In article
> <1156563864.290695.261120@p79g2000cwp.googlegroups.com>,
> meghanwh@gmail.com wrote:
>
> > I'm trying to set up a very basic html page, and for the first time
> > ever am using an HTML editor (I used to just write the code in notepad
> > and the ftp it). I'm trying to do some basic frames on the page, but
> > only the header is showing up. I've already checked and the other pages
> > are on the server and come up as they should separately. Does anyone
> > know why this would happen? Thanks. Here's the code:
> >
> > <HTML>
> >
> >
> > <FONT SIZE=4 COLOR="#000000" FACE="Courier New">
> > <HEAD>Johanna's Run for Recovery</HEAD>
> >
> > <FRAMESET ROWS="100%" COLS="33%,33%,*">
> > <FRAME NAME="Goals" SRC="intro.html" SCROLLING="AUTO">
> > <FRAMESET ROWS="50%,*">
> > <FRAME NAME="Intro" SRC="intro.html" SCROLLING="AUTO">
> > <FRAME NAME="News" SRC="news.html" SCROLLING="AUTO">
> > </FRAMESET>
> > <FRAMESET ROWS="50%,*">
> > <FRAME NAME="Sponsors" SRC="sponsors.html" SCROLLING="AUTO">
> > <FRAME NAME="Links" SRC="links.html" SCROLLING="AUTO">
> > </FRAMESET>
> > </FRAMESET>
> > </HTML>
>
> This is so wrong that it is impossible to know where to start. I
> suggest you look up any googled tute on frames and study it
> closely. They are fun to play with and you will go from there and
> see the strengths and disadvantages.
>
> --
> dorayme
Navigation:
[Reply to this message]
|