For example if I have this:
page link
Is there anything I can use for the style attribute that
CSS was designed to affect presentation, not behaviour.
You could use some JavaScript.
document.links[0].onclick = function(event) { event.preventDefault(); };