How you want to create the link is up to you. There are a couple ways to go about this.. You can use PHP to handle the link (which I have a tendency to do on occasions) or you just use plain HTML.
Code: Select all
<a href="http://www.yourlink.com"><img src="where/your/image/lies.jpg"></a> - Image as link
You can just replace the image part of the code with text, or you just put text before the </a> to have text beside the image, just be sure to put a space after the
.jpg"> so the text won't be right up next to the image.