More navigation bar help

admin

Administrator
Staff member
Okay I went to the tutorial and i have gotten the navigation bar exactly how I want it except I cant get the navigation bar links to open on the larger side of the screen. The way I have it set up is I use Angelfire, and I have a Front.html for the larger side to open up to and for the navigation bar I have a Links.html and the index.html that is the main part is the code for the frams, basically linking Front.html and Links.html forming the site, I believe that that was the correct way to do it from what I read but how do I get one of the links to open from links.html onto Front.html?<!--content-->Is this continued from some other thread? I have no idea what you are talking about.<br />
<br />
A link to the site would also be nice.<!--content-->yes it is a continuation, the site is <!-- w --><a class="postlink" href="http://www.angelfire.com/ak/undertaker30">www.angelfire.com/ak/undertaker30</a><!-- w --><!--content-->yes it is a continuation, the site is <!-- w --><a class="postlink" href="http://www.angelfire.com/ak/undertaker30">www.angelfire.com/ak/undertaker30</a><!-- w --><!--content-->What's in a name??????<br />
<br />
Yah......<br />
your index:<br />
<FRAME NAME="Main" SRC=http://www.htmlforums.com/archive/index.php/"Front.html"><br />
<br />
Your link.html:<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.thenits.cjb.net/" "target="Front.html>THE NITS!</a><br />
<br />
Has to be:<br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.thenits.cjb.net/" "target="Main">THE NITS!</a><br />
<br />
And.......<br />
take care..... always use lower case:<br />
Front.html -> front.html<br />
<br />
<br />
:rocker:<!--content-->Fix up the basic errors (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.angelfire.com%2Fak%2Fundertaker30%2F&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Frameset&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->) with disallowed and missing tags in the FRAMESET first.<br />
<br />
More to fix in links.html, look like silly typos (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.angelfire.com%2Fak%2Fundertaker30%2FLinks.html&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->).<br />
<br />
If you open <h2> you should close it as </h2> not as </h3>.<br />
<br />
Closing tags do not have attributes: </Font size> should be just </font> also noting that tags and attributes are best done all in lower case.<br />
<br />
In this line: <a href=http://www.htmlforums.com/archive/index.php/"http://www.thenits.cjb.net/" "target="Front.html> the quotes are in the wrong place and you reference the wrong item.<br />
This should be: <a href=http://www.htmlforums.com/archive/index.php/"http://www.thenits.cjb.net/" target="Main"><br />
<br />
In front.html there is more of the same (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.angelfire.com%2Fak%2Fundertaker30%2FFront.html&doctype=HTML+4.01+Transitional&charset=iso-8859-1+%28Western+Europe%29&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->).<br />
<br />
Don't forget to add type="text/javascript" to each <script> tag. The <script> should either be inside the <head> or the <body> not in-between them.<br />
<br />
You also need to check for missing closing </font> tags in several places.<br />
<br />
Each page needs a !DOCTYPE and Character Set declaration adding to it. The suggested !DOCTYPE appears in the first line of the validation results linked above, one each for frameset and normal pages.<br />
<br />
<br />
Run all of your other pages through the checker, and remove all the errors.<!--content-->Thank you, it now works. I have come to this site before, you guys always save my butt whenever I need help, I think this is the best way to get help on the web.<!--content-->
 
Back
Top