|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#3 (permalink) |
|
Messages: n/a
Hébergeur: |
http://www.projectseven.com/tutorial...sses/index.htm
Add the following to the styles: text-decoration: none; -- Ken Ford Adobe Community Expert - Dreamweaver Fordwebs, LLC http://www.fordwebs.com "baldrn" <webforumsuser@macromedia.com> wrote in message news:ftksj4$j4d$1@forums.macromedia.com... > How do I turn off the link underlining in Dreamweaver 8? |
|
|
|
#4 (permalink) |
|
Messages: n/a
Hébergeur: |
[q]Originally posted by: Newsgroup User Modify > Page Properties > Links > Underline style > Never underline. -- Alec Adobe Community Expert [/q] I don't have that option there... I have appearance, title and tracing an on none of those is that option. On the appearance is visited links, active links colors. Nothing about underlining. |
|
|
|
#5 (permalink) |
|
Messages: n/a
Hébergeur: |
Then you are using "HTML formatting" instead of "CSS formatting". You
can delete all the formatting attributes from your BODY tag manually in Code View, make sure your preferences are set to use CSS instead of HTML (Edit > Preferences > General > Use CSS Instead of HTML Tags), then go back to the Page Properties and you should see the "correct" things. Or just add this to your HEAD section: <style type="text/css"> a {text-decoration: none;} </style> -- Alec Adobe Community Expert |
|
![]() |
| Outils de la discussion | |
|
|