When I try to create a link of an image on a web page, so site visitors can click it to return to the home page, it always creates a new web session of the home page, instead of just going right to the page like my faq page text link. I've tried with http:// etc. and just www. etc. but both open up a new web session of the home page. Can you help me get it right? Thanks <a href="www.examplewebsite.com" target="_blank"><img src="/images/logo.gif" border="0" alt=" "/> Code (markup):
<a href="index.html" title="Index"><img alt="Image Alternate Name" src="images/logo.gif" border="0" /></a> Code (markup): Try that.
Your problem is target="_blank". Remove it. target="_blank" means you want the link to open in a new window.