Can anyone make the link border disappear?

3 replies
  • WEB DESIGN
  • |
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 Kezz
    In the image tag, add:

    style="border:0;"

    That should do the trick. You can also add it to your overall stylesheet to so it applies to your whole page.
    {{ DiscussionBoard.errors[988866].message }}
  • Profile picture of the author BrainDance
    if not using css:
    <img src="image name" width="700" height="336" border="0" />
    Signature
    ================================
    I am taking on only ecover design work for the next 90 days. Rates are 47.00 for single cover, discounts for multiple..just ask! No payment until completed.
    http://www.d27portfolio.com for sample works
    {{ DiscussionBoard.errors[1030825].message }}
  • Profile picture of the author GB2008
    Can you give a bit more information or a link? Not sure what you mean just from your description here...
    Signature
    {{ DiscussionBoard.errors[1047431].message }}

Trending Topics