Is there any way to disable a link using CSS?
I have a class called current-page and want links with this class to be disabled so that no action occurs
current-page
If you want to stick to just HTML/CSS on a form, another option is to use a button. Style it and set the disabled attribute.
disabled
E.g. http://jsfiddle.net/cFTxH/1/