Reply to thread

If you want to use an image as a link, you have to to this:


<a href="link"> <img src="imageurl"> </a>


You cannot set links in CSS! With your css atributes, the script should look like this:


<a href="link'> <img class="image" src="imageurl"> </a>


Back
Top