Text color

windows

Guest
I am using the following link within a paragraph:<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"" onclick="return OpenAfterPics('Test')" <br />
STYLE="text-decoration: none; color: #C85E00">Test</a> <br />
<br />
I am able to set the text to the color I want, but can I set the hover color here as well? I do not want to use a style sheet.<br />
<br />
Thanks!<!--content-->I don't believe you can use pseudoclasses with the inline style attribute, only with <style> sections and external stylesheets. It should be fairly easy to apply using a class in the <style> section or external sheet. Why do you not want to use one?<br />
<br />
Adam<!--content-->If using a style sheet is my only option, then I guess I will go with that. I wasn't sure if it was possible to put it within the code that I previously posted.<br />
<br />
Thanks for your help.<!--content-->
 
Back
Top