I need assistance with a functionality where an image inside a div has a link to the next page. When this image is clicked, it should smoothly transition to the new page specified by its link. Any help with implementing this would be greatly appreciated.
<div>
<a href="page three.htm">
<img src="images/Tbutton.gif" width="71" height="65" border="0" alt="" id="Tbutton" />
</a>
</div>