QUOTE (rstryker @ Jan 8 2005, 01:48 PM)
how do you make a redirect page?
like, it would say in 5 seconds you will be redirected to something.com
In the <head> tags:
CODE
<meta http-equiv="refresh" content="0;URL=http://yoursite.com">
Replace 0 with the number of seconds you want it to wait before refreshing...