Re: Frames not working



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
.



Relevant Pages

  • Re: Creating Java/DHTML Vertical Navigation Menu in FrontPage
    ... <html xmlns="http://www.w3.org/1999/xhtml"</a>; xml:lang="en"> ... //Specify whether at least one header should be ... .urbangreymenu .headerbar a{ ...
    (microsoft.public.frontpage.programming)
  • Re: [PHP] header
    ... Assuming you mean with the header function, ... It would be possible though if your php page is displaying html or at least spitting out the html to be displayed somewhere to use HEREDOC. ... That's not an HTTP header. ...
    (php.general)
  • Re: php redirect doesnt work
    ... header() from work, as it has to be sent before any other output from a script. ...
    (alt.php)
  • Re: CSS-positioning with top and bottom
    ... i have find a solution at your problem with javascript and css: ... <HTML> ... <HEAD> ...
    (comp.infosystems.www.authoring.stylesheets)
  • XPath, XML and other
    ... <html xmlns="http://www.w3.org/1999/xhtml"</a>;> ... ....now, i calling its SelecetSingleNode method, like this ...
    (microsoft.public.dotnet.languages.csharp)