Can anyone make the link border disappear?

sambitha's picture

They have: 3 posts

Joined: Apr 2009

Hi guys. I'm new to Web Page Development and I've got a simple question that I need help with.

I made a jpeg image a hyperlink for my welcome page. My problem is that there's a purple border around the image now that it's a link. I've tried using style="color: black" on the anchor tag as well as in the tag. I use Adobe dreamweaver and it disappears on the development environment but not when I display it on my browser. I'm not sure if it's a browser issue. Can anyone tell me if it's an issue with IE 7.0 or can anyone give me suggestions on how to make the purple border disappear..forever?!

Thanks in advance to anyone who shares his vastly superior knowledge with me.

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

In your CSS, use

img {border: 0;}

decibel.places's picture

He has: 1,494 posts

Joined: Jun 2008

another member started a similar thread

use outline: none to remove the outline (as opposed to the image border)

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.