disabling hyperlinks

liunx

Guest
Is there an easy way of disabling the <a> html tag via hyperlinks?

I have a whole number of hyperlinks within a containing div and I would like to disable all the links by writing something like:

containing_div a {
some code to disable the link
}

Hope this makes sense.Well short of display: none;, no, CSS is purely presenational and doesn't offer functionality like this.thanks
 
Back
Top