Developer Network
Would you like to react to this message? Create an account in a few clicks or log in to continue.

HTML Redirecting Page

Go down

HTML Redirecting Page Empty HTML Redirecting Page

Post by MasterJames Wed Jan 09, 2013 5:11 am

Redirect A Html Page To Another

Do you want to redirect your old website to your new one in HTML? This guide will show you how to take one page to another. In the <head> tag put in the following meta tag:

Code:
 <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com">

Lets go through the code... The "Refresh" is to show that it has to be refreshed. The content="0 can be changed to how long you would like the page to stay before changing. The following code does not affect body text or the <title> so your work can still be changed.

If you need any help just leave a post below.
MasterJames
avatar
MasterJames
Admin
Admin

Language : English, little French
Posts : 13
Join date : 2013-01-05
Age : 25
Location : Nottingham

https://developernetwork.board-directory.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum