How To Get Of A Image Border In I.E?

Discussion in 'Programming' started by James12513, Nov 25, 2006.

  1. #1
    Hey Guys

    Does anyone know how to get rid of a image border in internet exploroer.

    I can get rid of a image border in firefox easily by typing
    It doesn't work in i.e. can anyone tell me how I get around this please :p
     
    James12513, Nov 25, 2006 IP
  2. ImVickieB

    ImVickieB Berserker

    Messages:
    158
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    How about trying BORDER="0" ?
     
    ImVickieB, Nov 25, 2006 IP
  3. KC TAN

    KC TAN Well-Known Member

    Messages:
    4,792
    Likes Received:
    353
    Best Answers:
    0
    Trophy Points:
    155
    #3
    Using CSS:
    
    a img { border:0 }
    
    Code (markup):
     
    KC TAN, Nov 25, 2006 IP
  4. James12513

    James12513 Well-Known Member

    Messages:
    1,149
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    138
    #4
    ok thanks i'll try it :)
     
    James12513, Nov 25, 2006 IP
  5. James12513

    James12513 Well-Known Member

    Messages:
    1,149
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    138
    #5
    nope didn't work :(
     
    James12513, Nov 25, 2006 IP
  6. daboss

    daboss Guest

    Messages:
    2,249
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #6
    BORDER="0"
    Code (markup):
    this works for me... ;)
     
    daboss, Nov 25, 2006 IP
  7. vid

    vid Peon

    Messages:
    209
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    a img { border:0 } works on my computer..:)
     
    vid, Nov 26, 2006 IP
  8. James12513

    James12513 Well-Known Member

    Messages:
    1,149
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    138
    #8
    where do i actualy put the a img { border:0 }??

    this is really annoying me now, I cant get that anoying border off my buttons on my website www.sizimage.com

    please someone help me :)
     
    James12513, Nov 26, 2006 IP
  9. pachecus

    pachecus Well-Known Member

    Messages:
    1,841
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    110
    #9
    <DIV
    class=navbar>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <A href="http://www.sizimage.com/">
    <IMG
    src="Siz Image - Free Unlimited Image Hosting_archivos/58b28cf186.gif"
    ?BORDER='0"' border="0" width="80" height="20"></A> <A href="http://sizimage.com/login.php">
    <IMG
    src="Siz Image - Free Unlimited Image Hosting_archivos/2708340753.gif"
    ?BORDER='0"' border="0" width="80" height="20"></A> <A href="http://www.sizimage.com/join.php">
    <IMG
    src="Siz Image - Free Unlimited Image Hosting_archivos/2ad3e9e60e.gif"
    ?BORDER='0"' border="0" width="80" height="20"></A> <A href="http://sizimage.com/faq.php">
    <IMG
    src="Siz Image - Free Unlimited Image Hosting_archivos/bb123e85df.gif"
    ?BORDER='0"' border="0" width="80" height="20"></A> <A href="http://sizimage.com/rules.php">
    <IMG
    src="Siz Image - Free Unlimited Image Hosting_archivos/034b493262.gif"
    ?BORDER='0"' border="0" width="80" height="20"></A> <A href="http://sizimage.com/contactus.php">
    <IMG
    src="Siz Image - Free Unlimited Image Hosting_archivos/7d5af462fc.gif"
    ?BORDER='0"' border="0" width="80" height="20"></A> <A href="http://sizimage.com/aff.php">
    <IMG
    src="Siz Image - Free Unlimited Image Hosting_archivos/9ccd7776ff.gif"
    ?BORDER='0"' border="0" width="80" height="20"></A> <BR></DIV>
     
    pachecus, Nov 26, 2006 IP
    James12513 likes this.
  10. Luke

    Luke Peon

    Messages:
    111
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    <style>
    a img { border:0 }
    </style>

    Anywhere on the page.

    Or

    <img src="hi.jpg" border="0">
     
    Luke, Nov 27, 2006 IP
  11. James12513

    James12513 Well-Known Member

    Messages:
    1,149
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    138
    #11
    pachecus I'm gonna kiss you

    THANK YOU!!!! it finally works, thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :p
     
    James12513, Nov 27, 2006 IP
  12. pachecus

    pachecus Well-Known Member

    Messages:
    1,841
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    110
    #12
    <DIV
    class=navbar>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <A href="http://www.sizimage.com/">
    <IMG
    src="http://www.sizimage.com/uploads/58b28cf186.gif"
    ?BORDER='0"' border="0" width="80" height="20"></A> <A href="http://sizimage.com/login.php">
    <IMG
    src="http://www.sizimage.com/uploads/2708340753.gif"
    ?BORDER='0"' border="0" width="80" height="20"></A> <A href="http://www.sizimage.com/join.php">
    <IMG
    src="http://www.sizimage.com/uploads/2ad3e9e60e.gif"
    ?BORDER='0"' border="0" width="80" height="20"></A> <A href="http://sizimage.com/faq.php">
    <IMG
    src="http://www.sizimage.com/uploads/bb123e85df.gif"
    ?BORDER='0"' border="0" width="80" height="20"></A> <A href="http://sizimage.com/rules.php">
    <IMG
    src="http://www.sizimage.com/uploads/034b493262.gif"
    ?BORDER='0"' border="0" width="80" height="20"></A> <A href="http://sizimage.com/contactus.php">
    <IMG
    src="http://www.sizimage.com/uploads/7d5af462fc.gif"
    ?BORDER='0"' border="0" width="80" height="20"></A> <A href="http://sizimage.com/aff.php">
    <IMG
    src="http://www.sizimage.com/uploads/9ccd7776ff.gif"
    ?BORDER='0"' border="0" width="80" height="20"></A> <BR></DIV>
     
    pachecus, Nov 27, 2006 IP
  13. georgechristodoulou

    georgechristodoulou Active Member

    Messages:
    153
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #13
    add this to head section of your page

    <style>
    a img { border:0 }
    </style>
     
    georgechristodoulou, Nov 30, 2006 IP