Forum Moderators: open
I am probably missing something obvious, but I can't figure it out.
-G
I knew it was something simple. Thanks Minneapple!
-G
I looked for different HTML and CSS based methods for specifying more than one different link color on one page during my last site re-design... I couldn't find anything that worked reliably enough cross-platform/cross-browser to actually use.
-G
(one who has used 'old school' web design until now.)
Just create normal a:link styles then create something like a.diff:link
then when you want to use the different link just do
a href="whatever.html class="diff"
Ta-Da!
The above has been tested in NN6, NN4.7. Opera and IE on both PC and Mac.