Forum Moderators: open
with the use of CSS targetting links by IDs you could make it "look" non clickable, i.e. change the mouse cursor (so it's not a pointer on hover) and make sure the link text itself does not change on hover.. it is actually still clickable though it just doesn't look like it.
Or perhaps with some javascript detecting combinations of IDs you might be able to change the <a> element to <span> or something.. but I don't even know if that's possible!
Suzy
I fear it might be big work though but I think sites look better with (apparent) non-clickable current page links.
I don't think there is anything wrong with the current page link being clickable. You can always use CSS to change the state of the link while the user is on that page as mentioned above. Leaving it as an active link is not bad practice. The only way I know around this is to make a separate include for each page which is not advisable.