Quote:
Originally Posted by krausj
I want to make an image clickable, and then have it redirect the user to a specific page. Is this at all possible?
|
Surround the image link in a <a> tag, just like you would creating any other link. Although keep in mind that there is an ADE bug which does not allow images to be clickable.
Since most ereaders are ADE based, it is not recommended to do this (although it is perfectly valid).
Code:
<div class="image"><a href="http://www.sample.com/"><img alt="" src="../Images/sample.png" /></a></div>