Forum Moderators: not2easy
IE: *page 1* ¦ page 2 ¦ page 3
page 1 ¦ *page 2* ¦ page 3
page 1 ¦ page 2 ¦ *page 3*
Dave
<body id="page1">. Then give each link a unique ID as well, say id="link1". Then in your CSS you'd have something like:
#page1 #link1, #page2 #link2, #page3 #link3
{font-weight:bold; color:red;}
That way the the styling only applies to the given page's link.