Jump to content

How To Get Rid Of Blue Border When Linking Image On Dreamweaver Cs3


reflex84

Recommended Posts

You can use CSS to set the border of any img element that exists inside of an a element to be 0 pixels.

<head><style type="text/css">a img { border: 0; }</style></head><body><a href="http://www.w3schools.com/"><img src="http://w3schools.invisionzone.com/style_images/6_logo.png" /></a></body>

Link to comment
Share on other sites

Is there no settings in Dreamweaver CS3 to make the border 0 as a default?Or do I HAVE to go into CSS and change it each time?
I have never used dreamweaver, I couldn't tell you.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...