Hi guys,
I have a small gif image that links to another page.
However the small gif has a black border around it to show it is a link, I do not want the black border.
Can anyone help.
This code displays text which is a link but is not underlined.
echo "<a href=\"http://www.phpbuilder.com\" style=\"text-decoration:none\"> this is a link </a>";
This is the changed code to show an image instead of the text.
But as you would see for some reason it places the black border around the image which i do not need. ??
echo "<a href=\"http://www.phpbuilder.com\" style=\"text-decoration:none\"> <img src='http://www.phpbuilder.com/board/images/smilies/redface.gif'> </a>";
If anyone can supply the correct code then thanks.