colored underline on text?

liunx

Guest
Hi All,<br />
<br />
I want to underline some text, but in a different color.<br />
<br />
Is this possible? and if so how?<!--content-->If it can be done I suspect IE only, perhaps using VML.<br />
<br />
Go here:<br />
<br />
<!-- m --><a class="postlink" href="http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/reference/reference.asp">http://msdn.microsoft.com/library/defau ... erence.asp</a><!-- m --><br />
<br />
And open the menu on Vector Markup Language<br />
<br />
Cd&<!--content-->I remember seeing something like this and I think they used css, don't quote me on that as it has been awhile. let me look for it and see what they used.<!--content-->Hi Scoutt,<br />
<br />
I have looked on the msdn link but not found anything.<br />
<br />
Hope you can help...Cheers...<!--content-->it all of a sudden hit me. you can try something like this<br />
<br />
<br />
<style><br />
a {color: blue}<br />
a:hover { color: pink}<br />
</style><br />
<A HREF=http://www.htmlforums.com/archive/index.php/"#"><span style="color: red" >Description</span></A><!--content-->THANK YOU :D<!--content-->
 
Back
Top