Redirect to the new website, how to?

  • Thread starter Thread starter Jack
  • Start date Start date
In HTML view, add the following to the Head section:
<meta http-equiv="refresh" content="6; URL=http://www.yourwebsite.com">
The value given to 'content' is the number of seconds before the refresh
will take place; the value given to 'URL' is the page you want your visitor
sent to. You may also want to include a text link to the page in case your
visitor's browser does not support the 'refresh'.
 
Jack:
You should only have one <head> tag; you've got two and the second is
enclosed in a misplaced, unmatched style tag.


<head>
<style>
<!--<head><!-- Phone dialer, Internet

--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/
 
Thank you very much.
It works now!
Jack
Kathleen Anderson said:
Jack:
You should only have one <head> tag; you've got two and the second is
enclosed in a misplaced, unmatched style tag.


<head>
<style>
<!--<head><!-- Phone dialer, Internet

--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Redirect 4
Redirect 9
OFF-TOPIC how to do a 301 Redirect? 3
Redirect - How to Avoid Looping? 3
Redirect to another website within a frame 1
Redirect from submit to new URL? 2
mobile page 2
Linking to a sub domain 3

Back
Top