PDA

View Full Version : Get Rid of Underline for Text links DreamweaverMX?



CanadianGuy
March 11th, 2004, 12:15 PM
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

thebloodpoolkid
March 11th, 2004, 12:22 PM
Create a new CSS.
You can just paste this and manipulate.



<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>

CanadianGuy
March 11th, 2004, 02:53 PM
Thanks bloodpoolkid!

minimalistik
March 12th, 2004, 01:39 AM
css is always reliable ;)

sinus_
March 13th, 2004, 06:30 AM
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