Quote:
Originally Posted by Natch
If you want a solutiuon for those links, try the following:
Add to each link you want disabled, (within the href)
Code:
onclick="return false"
whilch will retain all the info for the link, but the link will do nothing when clicked...
|
Nice! Yes, I was very reluctant to remove all the present links because that means ill have to edit my settings for each one.
Thanks