How can I use inline CSS but change the properties of a link i.e visited, active etc
<p style='font-family:verdana, arial;font-size:0.65em;color: #ffffff;padding-left:30px;padding-right:30px;'><a href="javascript:collapse2.slideit
()">Open/Close</a></p>
Thats my current inline settings, it cannot be put into a div because otherwise the javascript doesnt work correctly.
THANKS!