Hello to all,
I have added an image to the sidebar using the text widget. I would like to like to link the image to one of my pages.
This is what I have entered below. The img src part added the image with no problem, but the div id part is not making the image clickable. Any ideas or suggestions.
Thank you all.
marco
www.triple2seven.com
<img src="/wp-content/themes/atahualpa/images/custom-tshirts-cropped-txt.jpg" alt="Custom T's" />
<div id="bannerclick">
<a onclick="BannerClick" target="http://triple2seven.com/?page_id=6" href="">
<img style="border: 0pt none ;" alt="" src="" />
</a>
</div>