by nicknamezj@[EMAIL PROTECTED]
(Nicknamezj)
Nov 16, 2004 at 10:12 PM
"Jack" <jackhird@[EMAIL PROTECTED]
> wrote in message
news:<1100086514.971637.102860@[EMAIL PROTECTED]
>...
> OK everybody here is the deal: I want to make a menu for my site so it
> is visible on every page -- but if I want to edit it, I only have to do
> it once at the "source". Apparently this is called a .inc file???
>
> How would I go about creating such a file? What is the precise html
> coding for the placement of it on the page? I followed this guy's
> instructions and it didn't work:
>
> http://ask-leo.com/how_do_i_include_one_html_file_inside_another.html
>
> Terrible site.
>
> I don't want to know about any other coding at this point -- just html.
> Please don't suggest anything else. It's too early for me to get into
> the other stuff.
>
> If you can, give me an answer here pleaee. I am not interested in a
> bunch of links that will "apparently" help me.
> Thanks everybody!!!!!
>
>
> Jack
Hello, Hopefuly I did this right cause this is my frist time posting
anything here, but ya.
So you want to make some web pages and update them all at one time
right?
Ok, well the best way I can think of (with HTML) is with frames or an
iframe.
You can stick an iframe on all your pages and then have the menu in
the iframe, that way it updates all the pages with just one page.
If you don't know what a frame is go here:
http://www.htmlgoodies.com/tutors/fram.html
This is a grate site to get to know html.
~Nicknamezj