Help With Links

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • snk11
    New Member
    • Jan 2008
    • 1

    Help With Links

    hey, i'm trying to make this website and i can't figure out how to make it so that there isn't a BOX around my links. I have an image as a link, and there is this blue box that won't go away. This is what I have in the HTML or whatever, where did i go wrong or what could i insert to make this problem go away.
    [code=html]
    <html>
    <head><title>PR ICELESS RECORDINGS</TITLE></head>
    <body bgcolor="#00000 0">
    <font face="IMPACT" color="FFFFFF" size="6">
    <STYLE type="text/css"><!--
    A:link{color:"f fffff";text-decoration:NONE }
    A:visited{color :"ffff00";te xt-decoration:NONE }
    A:active{color: "ffffff";te xt-decoration:NONE }
    A:hover{color:" FFFF00";text-decoration:NONE }
    --></STYLE>
    <center>
    <a href="http://www.freewebs.co m/pricelessrecord ings/home.html"><img src="http://i45.photobucket .com/albums/f75/joeeboots/SLEEK.jpg"></a>

    </FONT></Body></HTML>
    [/code]
    Last edited by numberwhun; Jan 30 '08, 01:21 PM. Reason: add code tags
  • just a feeling
    New Member
    • Aug 2007
    • 86

    #2
    Hi,
    just add this style
    Code:
    img
    {
    border: 0;
    }
    BTW,don't forget the Document Type Declaration (DDT) in ur html document and try to not use font tags (Use Css instead).

    HTH,
    Rawan.

    Comment

    • Death Slaught
      Top Contributor
      • Aug 2007
      • 1137

      #3
      Sup snk11, please use proper code tags when posting code. Refer to the giant link in my signature.

      Thanks, Death

      Comment

      Working...