Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
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>
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>