View Single Post
  #2 (permalink)  
Old 26-08-2007, 11:09 AM
Buzz Online Shoes Buzz Online Shoes is offline
Junior Member
 
Join Date: Aug 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: How to do a page redirect using HTML meta tags.

Quote:
Originally Posted by Lawrence View Post
This is a very common question, this is how it's done.

HTML Code:
<meta http-equiv="refresh" content="0;url=http://www.eshopforums.com">
This line will instantly redirect you to another page/site if your choice. To add a delay before redurecting the page change "0" to the number of seconds to wait before redirecting.
Lawrence, how do you do this via a clickable image please?
Reply With Quote