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]
[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]
Comment