How to insert "redirect" tag on Frontpage??

B

Black Tractor

Hi there..

intend to insert a "redirect" tag on my website, that would redirect my site
to another URL (once loaded and will refresh in few seconds time before
diver in another URL), so where on Frontpage can l do that??

Thanks
 
P

p c

In HTML view of the page, add the folong line between th head tags


<META HTTP-EQUIV="Refresh" CONTENT="5; URL=newpage.html">
5= after second delay, change to the time you want in seconds
change newpage.html to the URL you want, it can be aboslute or relative.

...PC
 
Top