Picture Link Issues (Help appriciated)

Discussion in 'HTML & Website Design' started by MrBisqwitt, Sep 3, 2012.

  1. #1
    Hi, I'm making a website and i seem to be getting these weird lines next to my picture links. The website is livemail.pro (in alpha so you cant sign up yet). I've tried border= 0 and all that but i cant seem to get rid of these damn annoying lines! Any help would be greatly appreciated,
    Thanks, Owen.
     
    MrBisqwitt, Sep 3, 2012 IP
  2. GMF

    GMF Well-Known Member

    Messages:
    855
    Likes Received:
    113
    Best Answers:
    19
    Trophy Points:
    145
    #2
    A bit more info like:

    In which browser
    which site exactly
    which image exactly
     
    GMF, Sep 3, 2012 IP
  3. ashishkg

    ashishkg Active Member

    Messages:
    233
    Likes Received:
    8
    Best Answers:
    3
    Trophy Points:
    68
    #3
    you just remove the extra space after and before the img tag like this
    <a href="http://www.livemail.pro/about"><img src="IMG/about.jpg"></a>

    It is your code
    <a href="http://www.livemail.pro/mail">
    <img src="IMG/mail.jpg" style="border-style: none">
    </a>

    It will fill the issue just remove the space....
     
    ashishkg, Sep 3, 2012 IP