Posts tagged: HTML

Quick Tip: How to Make a Banner Clickable

To make any image such as a banner clickable you will need to add HTML code to that image.

Here’s an example code that you can use:
<a href=”http://www.designleap.net”><img src=”image_name.jpg”></a>
replace www.designleap.net with any website where you want the image to link to
replace image_name.jpg with your image name (if your image is in a subfolder make sure you include the correct location)