Quote:
Originally Posted by Lynne
If you have firebug as an addon for firefox, you would be able to easily see what classes affect those links and change the underlining in the Main CSS.
If you don't want to do it that way, you may do what Hanson suggested and wrap them with span tags:
HTML Code:
<span style="text-decoration: none;">
stuff you don't want to be underlined
</span>
|
how do you find that in firebug?