[thelist] NavBar, highlighting current link

Rob Smith rob.smith at THERMON.com
Fri Feb 21 10:58:01 CST 2003


Do your standard CSS for however you want the links to operate. And on each
page that you want that link highlighted add a simple font color tag inside
the anchor tag. Forexample.

When you Visit the Moo page
----------------------------
<a href="/home.htm">Home</a>
<a href="/pages/moo.htm"><font color="red">Moo</font></a>
<a href="/pages/contact.htm">Contact Us</a>
<a href="/pages/.... blah blah blah

... for each page with its own link.

>I just want to highlight the current page,

Rob



More information about the thelist mailing list