Re: Frames not working
- From: dorayme <doraymeRidThis@xxxxxxxxxxxxxxx>
- Date: Tue, 29 Aug 2006 13:19:08 +1000
In article
<1156816490.470743.167390@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
meghanwh@xxxxxxxxx wrote:
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>
Please do not top post.
From which tutorial did you get the idea to put the <FONT... >stuff where you put it?
Or to leave out the DTD? Like
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
Or the <TITLE> in the head
<TITLE> Johanna's Run for Recovery</TITLE>
Or to put text bare in the head?
Now, about the business of it "still not working", you have 2
options. Provide a URL so others can see what is happening or not
happening. Or describe better what you are doing? Have you even
got the two files made that should be called "intro.html" and
"links.html"? And are they where the above markup assumes they
are, ie in the same directory as whatever you are calling the
frameset doc. What are you calling it? "something.html" I hope?
What browser are you using?
--
dorayme
.
- Follow-Ups:
- Re: Frames not working
- From: meghanwh
- Re: Frames not working
- References:
- Frames not working
- From: meghanwh
- Re: Frames not working
- From: dorayme
- Re: Frames not working
- From: meghanwh
- Frames not working
- Prev by Date: Re: Frames not working
- Next by Date: Re: images using css
- Previous by thread: Re: Frames not working
- Next by thread: Re: Frames not working
- Index(es):
Relevant Pages
|