image border

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jumbo-mumbo
    Senior Member
    • Dec 2007
    • 443
    • 4.0.0

    image border

    Hello... i m having a problem...
    whenever i put an image code in any temp file ... then the image appears with an ugly boarder

    like this



    i need to put those images before and after my username... but withour that border........

    i use this code

    Code:
    <span><img src="media/tree.jpg" />
    USERNAME</span>
    so if i put the wrong code.. then some1 please give me a write code

    Thanks
  • Andy Huang
    Senior Member
    • Feb 2004
    • 4602

    #2
    change the <img...>
    add: style="border:0px;"

    so IE:
    Code:
    <img src="image.png" style="border:0px;" />
    That will make the image not have the link "text decoration".
    Best Regards,
    Andy Huang

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...