Can anyone make the link border disappear?
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 posted this at 14:35 — 27th April 2009.
She has: 11,421 posts
Joined: Jun 1999
In your CSS, use
img {border: 0;}
decibel.places posted this at 15:57 — 27th April 2009.
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.