treehouse : what would you like to learn today?
Web Design Web Development iOS Development

image link

  • Hi, i have a png image which is also a link to another page - <a href..... But in the browser it has a purple border around it, how to i remove this?

    I have tried, border: none; and border: 0px;

    If, in the stylesheet i put, a { color:white; }, it is affected by it and changes from purple to white, but i cant get it to disappear.

    Any Help?

    Many Thanks
    Chris Bull
  • a img { border:none; }

    let me know if it works :)
  • Nope, but if i put, a img {border:dashed;} it goes dashed so it is being referanced, just not taking affect to border:none....

    Any more ideas - And thanks for the reply
  • Woooo, nevermind, i needed to apply the boreder none to the image class rather than the a class.