Forum Moderators: not2easy
Any ideas would be appreciated.
All of the links that appear after the dates are what I want to turn off.
My guess is that the answer is no... but I figured it was worth a shot.
<td>
<span class="SS_JournalCoverageDates">from 05/01/1990 to 02/01/2004</span> in <a href="example.com" class="SS_JournalHyperLink" target="_blank">example link</a>
</td>
Mod Note: removed link and added sample code
[edited by: SuzyUK at 9:31 am (utc) on Aug. 26, 2005]
pointer: default;
They'll still be links, but they'll be no outside indicators that they are.
If you can plumb in an external JavaScript file you can run a routine onload to replace the href value on all links with a particular class, either with an empty string or 'javascript:;'.