Zane
01-23-2008, 08:18 AM
I was thinking that it would be better it the main home page redirected you to the forum index automaticly or after a short time.
i have the code needed to do that all ready to go.
<HTML>
<HEAD>
<!-- Send users to the new location. -->
<TITLE>Do It Yourself Christmas</TITLE>
<META HTTP-EQUIV="refresh"
CONTENT="4;URL=http://doityourselfchristmas.com/forums/index.php">
</HEAD>
<BODY>
This is the new home of Do It Yourself Christmas. You will be redirected in 4 seconds. To skip the wait click below.
<a href="http://doityourselfchristmas.com/forums/index.php">
click here</a>
</BODY>
</HTML>
i have the code needed to do that all ready to go.
<HTML>
<HEAD>
<!-- Send users to the new location. -->
<TITLE>Do It Yourself Christmas</TITLE>
<META HTTP-EQUIV="refresh"
CONTENT="4;URL=http://doityourselfchristmas.com/forums/index.php">
</HEAD>
<BODY>
This is the new home of Do It Yourself Christmas. You will be redirected in 4 seconds. To skip the wait click below.
<a href="http://doityourselfchristmas.com/forums/index.php">
click here</a>
</BODY>
</HTML>