i have an echo statement that displays a pic but it seems to add a thick purple border round the edge which i dont know how to get rid of, this is my code
echo "<a href=\"$target\"><img src=\"../images/$image".".gif\"
alt=\"$alt\"></a>";
[code=php]
it seems to ignore the style sheet that i have in my page too, how can i format it so that it does not have any border?
NCC1701