View Single Post
  #3 (permalink)  
Old 26-08-2007, 11:20 AM
Lawrence Lawrence is online now
Forum Admin
 
Join Date: Aug 2007
Location: Kenley, Surrey, UK
Posts: 1,218
Thanks: 2
Thanked 79 Times in 79 Posts
Default Re: How to do a page redirect using HTML meta tags.

You mean you want an image that is clickable and takes you to another site? If so this is how it's done.

HTML Code:
<a href="http://www.eshopforums.com"><img src="http://www.yourimagehost.com/images/image.jpg" border="0"></a>
You can also add an alt tag to the above line with extra information to help those who are visually impaired using special software and aid search engines to know what the image and link is about.
__________________
Lawrence
Reply With Quote