Let's say you want to automatically transfer to Google when somebody clicks on the *whatever you want to insert here* button on your template. You just copy this to the custom page you want an auto-redirect. I used Pac-Man Google for this one (which is also my homepage)
- Code: Select all
<meta http-equiv="REFRESH" content="0;url=http://www.google.com/pacman"></meta>
If you want to change the amount of time it takes to go to that page, just change the content number to 5 for 5 seconds, etc. If you want some text, just add in the text after the </meta> tag.
I think this information could be useful. Let me know.
