Groups > Design > Macromedia DreamWeaver > Re: How do I turn off link underlining?




Re: How do I turn off link underlining?

Re: How do I turn off link underlining?
Thu, 10 Apr 2008 06:29:22 -050
http://www.projectseven.com/tutorials/css/pseudoclasses/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? 
Post Reply
Re: How do I turn off link underlining?
Thu, 10 Apr 2008 07:29:20 -040
Modify > Page Properties > Links > Underline style > Never
underline.

-- 
Alec
Post Reply
Re: How do I turn off link underlining?
Thu, 10 Apr 2008 08:01:25 -040
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
Post Reply
How do I turn off link underlining?
Thu, 10 Apr 2008 11:10:28 +000
Post Reply
Re: How do I turn off link underlining?
Thu, 10 Apr 2008 11:47:26 +000
 [q][i]Originally posted by: [b][b]Newsgroup User[/b][/b][/i]
 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.

Post Reply
about | contact