HighDots Forums  

linking pages

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss linking pages in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
KGTextiles
 
Posts: n/a

Default linking pages - 04-02-2009 , 04:04 PM






I'm just starting out using Dreamweaver so this may be a basic question.

Here is what is happening:
I am linking my created web pages together in Dreamweaver and when I do that I
get a blue outline around my link buttons. In the "Page Properties" box, on the
bottom, I did click "never underline" but that doesn't seem to have made a
difference.
How do I get rid of the blue outline around my link button?

I'm sure this is very basic and any help would be appreciated!
Thanks!


Reply With Quote
  #2  
Old   
GarryCT
 
Posts: n/a

Default Re: linking pages - 04-02-2009 , 04:12 PM






Add a style for the img tag. Set border to none

img {
border: none;
}

This will remove borders for all images

Reply With Quote
  #3  
Old   
John Waller
 
Posts: n/a

Default Re: linking pages - 04-02-2009 , 04:54 PM



True but you may want borders on non-linked images.

To remove the blue outline on linked images only:

a img { border: none; }


--
Regards

John Waller

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.