Forum Moderators: open

Message Too Old, No Replies

Menu Item Help

menu item linking help

         

azrocs

3:41 am on Oct 27, 2006 (gmt 0)

10+ Year Member



I have an HTML navigation bar. I would like to make an external file in which i can just have a link to it on all of my webpages so it updates all of the pages with just editing the main txt or HTML document.

<DIV style="position:absolute;left:75px;top:175px;width:185px;height:230px;background-color:white;z-index:0" align="left">
<TABLE width="100%" height="100%" border="1" cellpadding="0" cellspacing="1" bordercolor="black">

</DIV>
<DIV style="position:absolute;left:75px;top:175px;width:1000px;height:32px;z-index:0" align="left">
<FONT style="font-size:15px" color="#000000" face="Arial">
<td>

<hr>
<A href="http://example.com/"><FONT COLOR="black">
<ul><li><b>Home</b></ul></A>
<hr>
<A href="http://example.com/pictureindex.htm"><FONT COLOR="black">
<ul><li><b>Pictures</b></ul></A>
<hr>
<A href="http://example.com/videos.htm"><FONT COLOR="black">
<ul><li><b>Videos</b></ul></A>
<hr>
<A href="http://example.com/classifieds/classifieds.htm"><FONT COLOR="black">
<ul><li><b>Classifieds</b></ul></A>
<hr>
<A href="http://example.com/sendphotos.htm"><FONT COLOR="black">
<ul><li><b>Send<p>Photos/Videos</b></ul></A>
<hr>
<A href="http://example.com/kilroy.htm"><FONT COLOR="black">
<ul><li><b>Kilroy</B></ul></A>

</td>
</TABLE>
</FONT>
</DIV>

that is the code that i want in an external file. Then i need a code to link that code in which i can put on all of my web pages. So when i edit one of the items it it automatically edit all of the pages because it is linked. Please help i tried to explain the best i could...

tedster

5:13 am on Oct 27, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



One straightforward approach would be using server side includes (SSI). Try a site search here for more info, we've got thousands of posts on the topic.