![]() |
| |||
| 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> |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |