html menu coding

J

jackhird

Hey people,

I am just starting out with html and I only know the basics at this
early stage. I was wondering if somebody here might be able to tell me
the correct coding of a site menu (so the menu will appear on every
page of the site without me having to code all of them)?

What page do I put this coding on? Is there anything else I should
know?

Thanks for any help. :)

Jack
 
B

brucie

In alt.html (e-mail address removed) said:
Hey people,

no one ever says hi to me :(
I am just starting out with html

html tutorial/references:
http://www.w3.org/
http://www.userdox.com/
http://webtips.dan.info/
http://www.htmlhelp.com/
http://www.htmlcook.com/
http://www.w3schools.com/
http://www.webmonkey.com/
http://www.pagetutor.com/
http://www.htmlprimer.com/
http://www.html-color-codes.com/
http://www.echoecho.com/html.htm
http://www.chami.com/tips/internet/
http://www.vortex-webdesign.com/help
http://www.cs.tut.fi/~jkorpela/www.html
http://www.davesite.com/webstation/html/
http://www.htmlhelp.com/faq/html/all.html
http://www.pageresource.com/html/index.html
http://www.htmlhelp.org/design/standards.html
http://www.htmlcenter.com/tutorials/index.cfm
http://www.webpageworkshop.co.uk/main/html_index
http://www.blooberry.com/indexdot/html/index.html

HTML 4.01 Specification:
http://www.w3.org/TR/html401/
how to read the w3c specs
http://www.alistapart.com/articles/readspec/
How to read the HTML DTD
http://www.w3.org/TR/html401/intro/sgmltut.html#h-3.3
Standards for HTML Authoring for the World Wide Web (old)
http://www.htmlhelp.org/design/standards.html

DTD Switching:
Opera: http://www.opera.com/docs/specs/doctype/
Moz: http://www.mozilla.org/docs/web-developer/quirks/doctypes.html
IE: http://msdn.microsoft.com/library/en-us/dnie60/html/cssenhancements.asp#cssenhancements_topic2

HTML Validators:
http://validator.w3.org/
http://valet.webthing.com/page/
http://htmlhelp.com/tools/validator/
XML: http://www.stg.brown.edu/service/xmlvalid/

"HTML validation" is a good tool, but just a tool
http://www.cs.tut.fi/~jkorpela/html/validation.html
Beyond validation (draft as of 12/apr/2004)
http://www.w3.org/QA/Tips/beyond-validation

downloadable tutorial/reference
http://www.ncdesign.org/
http://www.trainingtools.com/
http://www.htmlhelp.org/distribution/
http://www.werbach.com/barebones/download.html

deadtree quick refs: http://visibone.com/html/

Web Accessibility Initiative (W3C)
http://www.w3.org/WAI/
Web Content Accessibility Guidelines 1.0
http://www.w3.org/TR/WAI-WEBCONTENT/
Accessibility Toolbar
http://www.nils.org.au/ais/web/resources/toolbar/
I was wondering if somebody here might be able to tell me the correct
coding of a site menu (so the menu will appear on every page of the
site without me having to code all of them)?

i would normally post a link on how to include one file in another but
the site is <sob/> dead!

what you're looking for is some server side scripting to include the
common parts of a page with the other parts of the page before its sent
to the visitor.

with php you could use 'include "my-menu.ext";' where you want the menu
to appear in your documents.
http://php.net/manual/en/function.include.php

when someone asks for the page the server sticks in the stuff contained
in the my-menu.ext file where you said to put it and then sends the
complete page to the visitor.

when you make changes to your menu you just edit my-menu.ext.
 
D

Dave Patton

(e-mail address removed) wrote in
Hey people,

I am just starting out with html and I only know the basics at this
early stage.

As you will see, if you 'look around the web', some
people don't even seem to know the basics, even at
a very late stage :)
I was wondering if somebody here might be able to tell me
the correct coding of a site menu (so the menu will appear on every
page of the site without me having to code all of them)?
http://ask-leo.com/how_do_i_include_one_html_file_inside_another.html

What page do I put this coding on?

Every page where it's needed(likely all of them).
Is there anything else I should know?

Don't top post.
HTML is for markup, CSS is for presentation.
Brucie hears voices ;-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top