Forum Moderators: not2easy
<a href="#" style="color: red; background: #ff0;">this will always be red on yellow</a>
one way to do it if you want pseudo class changes would be to add a special class name instead
<a href="#" class="highlite">your special link</a>
CSS:
a.highlite:link {}
a.highlite:visited {}
a.highlite:hover {}
Suzy
[edited by: SuzyUK at 6:40 pm (utc) on Feb. 15, 2006]