Tuesday, March 30, 2010

Can I set Image Border to ''0'' by...

Can I set the image border to ''0'' by default when I make it a link? Or do I have to manually set it everytime? Please tell me I can and if so, how? Thanks a million!

Can I set Image Border to ''0'' by...

Add this to your CSS:(removes borders from all linked images)

a img {border: none}

Nancy O.
Alt-Web Design %26amp; Publishing
Web | Graphics | Print | Media?Specialists
www.alt-web.com/
www.twitter.com/altweb

Can I set Image Border to ''0'' by...

If you are asking if there is a way to have Dreamweaver automatically default to this whenever you make a link - no, I do not believe there is.

One option though would be to create a basic 'starting point' template that includes:

a img {border: none}

in a style sheet at the top of your page.

This way, if you select this template when launching DW, it would always be included.

good luck!

elaine

No comments:

Post a Comment