ChapinMaster
New Member
How to using a Meta Refresh Tag? There is this funny little website called Google.
You go there and type "How to use a Meta Refresh Tag".
Extraordinary!! You are better off using a 301 redirect anyway. This should be done in the .htaccess file. It is used to reloading and redirecting web pages.
<meta http-equiv="refresh" content="500">
content - this is the amount of time in seconds, until the browser should reload the current page.
You go there and type "How to use a Meta Refresh Tag".
Extraordinary!! You are better off using a 301 redirect anyway. This should be done in the .htaccess file. It is used to reloading and redirecting web pages.
<meta http-equiv="refresh" content="500">
content - this is the amount of time in seconds, until the browser should reload the current page.