Get Rid of Underline for Text links DreamweaverMX?

Hello all

Simple question for you all:

How do I make it so my text links aren’t underlined in dreamweaver? I know I’ve done it before but right now I can’t figure it out for the life of me.

Thanks

Create a new CSS.
You can just paste this and manipulate.

[AS]
<style type=“text/css”>
<!–
a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #990000; text-decoration: underline}
a:link { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000066; text-decoration: none}
a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #31654A; text-decoration: none}
–>
</style>
[/AS]

Thanks bloodpoolkid!

um i htink CSS will take care of that problem… in the CSS “box” just check NONE… i think the default is with the underline even if you do not check the underline