I can't remove the border.

Discussion in 'HTML & Website Design' started by kidblogger, Apr 20, 2007.

  1. #1
    Look at this the image beside the header has a border that I can't remove :( have any suggestions? :D
     
    kidblogger, Apr 20, 2007 IP
  2. Will.Spencer

    Will.Spencer NetBuilder

    Messages:
    14,789
    Likes Received:
    1,040
    Best Answers:
    0
    Trophy Points:
    375
    #2
    Have you tried replacing this:
    <a href="http://track.lativio.com/hit.php?w=109024&p=2&s=45"><img alt="Learn More!" src="http://carlocab.com/test/wp-content/uploads/2007/04/show_banner.gif" /></a>
    Code (markup):
    With this:
    <a href="http://track.lativio.com/hit.php?w=109024&p=2&s=45"><img alt="Learn More!" src="http://carlocab.com/test/wp-content/uploads/2007/04/show_banner.gif" border="0" /></a>
    Code (markup):
     
    Will.Spencer, Apr 20, 2007 IP
  3. kidblogger

    kidblogger Active Member

    Messages:
    791
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    70
    #3
    o_o owww.. stupid me :D I tried putting it in the css like this:
    border: none;
    PHP:
    thanks :D
     
    kidblogger, Apr 20, 2007 IP