Click to See Complete Forum and Search --> : Disable <a> tag linking


bfitzp
03-16-2009, 10:40 AM
I have two questions I hope you can help me with -

1) I need to disable the linking property of an <a> tag so when the user clicks on it nothing happens.

2) I also would like to be able to be able to keep the mouse cursor as a pointing icon rather than switching to a hand icon when its hovering over the <a> tag. Is it possible to do this?

bfitzp
03-16-2009, 10:47 AM
nevermind figured it out.

Charles
03-16-2009, 10:48 AM
Use a SPAN element rather than an A.