Make Linked Image
The facets of linking an image with a url, and make clickable.. Link opens in new page/tab.
can also add height and width parameters to the image tag if required. ( height="###" width="###" )
<a href="___________WEB LINK HERE_________" target="_blank" title="___________TITLE FOR WEB LINK HERE_________" STYLE="TEXT-DECORATION: NONE"> <img src="___________IMAGE LINK HERE_________" alt="___________NO IMAGE?? THIS TEXT BE SHOWN INSTEAD_________" title=" ___________MOUSE-OVER LITTLE POP-UP IMAGE TITLE HERE_________ " border="0"> </a>
can also add height and width parameters to the image tag if required. ( height="###" width="###" )