PDA

View Full Version : html code enquiry


Zilly
10th of January 2007 (Wed), 18:44
Hey guys is there anyway i could direct my visitors to one page if they havnt visited since the last update and then direct them some where elts untill the next update?


hope that makes sence

::Lisa::
12th of January 2007 (Fri), 06:37
Yes you can. Do you want it on one webpage or the whole site?

If in one page you can enter the following into the head of your webpage...

<meta http-equiv="refresh" content="15; url=index.htm" />

RED = the amount of seconds before it redirects
GREEN = the page where it redirects to. This is the same site as mine so I only entered the index.htm page. if you want a whole new site you will need to enter the full URL.

I hope that helps.