Is it possible to have more then one style to an HTML hyperlink. If it is possible: why does example 1 work, but example 2 not work?
Example 1.
Code:
<a href="http://www.webmaster-talk.com/" style="color: #CC0000">change hyperlink color</a>
Example 2.
Code:
<a href="http://www.webmaster-talk.com/" style="color: #CC0000" style="text-decoration: none; border-bottom: 1px solid #999999">change hyperlink color</a>
Thanks for any help in advance.
Last edited by DynamicFlooder; 10-01-2009 at 01:05 AM..
|