Can anyone make the link border disappear?

by sahar
2 replies
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 <a> tag as well as in the <img src> 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.
#border #disappear #link #make
  • Profile picture of the author chaos69
    Add : border="0" to the image attributes.

    Or

    style="border:0px;"
    Signature
    Best Ways To Make Money Online

    Eight bytes walk into a bar. The bartender asks, “Can I get you anything?”
    “Yeah,” reply the bytes. “Make us a double.”
    {{ DiscussionBoard.errors[1648458].message }}
  • Profile picture of the author mywebwork
    chaos69 has given you the correct answer.

    You might want to bookmark the following resource for future use:

    W3Schools Online Web Tutorials

    It's one of the best sites on the Internet for answering questions such as yours.

    Bill
    {{ DiscussionBoard.errors[1648542].message }}

Trending Topics