The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How do I pre-load my page easily?

5 posters

Go down

Solved How do I pre-load my page easily?

Post by Praetor August 31st 2010, 6:04 pm

This is my current code for the Pre-Loading Page:
<body onContextmenu="return false">
<head>
<LINK REL="SHORTCUT ICON" HREF="https://2img.net/h/oi48.tinypic.com/2e5o6sk.png">
</head>
<div style="text-align: center;">
<br>
<br><br>
</div>

<title>F.E.A.R|L4DI :: A L4D Philippine Clan</title>
<div style="text-align: center;">
<center><img src="https://2img.net/h/oi45.tinypic.com/30ldysh.png">
<center><img src="https://2img.net/h/oi47.tinypic.com/16bk3g6.png">
<br><br>
<center><img src="https://2img.net/h/oi47.tinypic.com/fycs3q.png">
<br><br>
<center><img src="https://2img.net/h/oi48.tinypic.com/2zy96s2.png">
<center><img src="https://2img.net/h/oi48.tinypic.com/2lniu69.gif">
</center>

<style type="text/css">
body{background-image:url("https://2img.net/r/ihimizer/img137/7012/ibackgroundz.jpg");
background-repeat:no-repeat;
background-position:center top;
background-color: #000000 }
</style>
<meta HTTP-EQUIV="REFRESH" CONTENT="3; URL=http://fearl4di.findtalk.biz/forum.htm">
</BODY>
<br><br><br><br><br><br><br><br><br>
<center style="font-family: Times New Roman;" color:="" white=""><font size="2"><span style="color: White;">All Rights Reserved 2010.</span></font></center>
<center><span style="" color:="" white=""><font size="2"><span style="color: White; font-family: Times New Roman;">Forum created/modified by:</span></font><br><font style="color: rgb(153, 0, 0);" size="4"><span style="font-family: Impact;">Praetor</span><br style="font-family: Impact;"><span style="font-family: Impact;">Itachi</span></font></span></center>
<br>

<center><a href="https://www.forumotion.com" target="_blank"></a></center>
<center><a href="https://www.forumotion.com" target="_blank"></a></center>


<div style="text-align: right;"><a target='_blank' title='Get Firefox' href='http://www.mozilla.com/en-US/firefox/'><img src='https://2img.net/r/ihimizer/img816/7662/arcticfirefox.png' border='0'/></a></div>

Basically what it does is that when you go that page, the page will wait for 5 seconds and will go to the main forums, but it doesn't do any pre-loading... So, maybe someone can help me with this? Thanks! cheers
avatar
Praetor
New Member

Posts : 24
Reputation : 0
Language : English

Back to top Go down

Solved Re: How do I pre-load my page easily?

Post by KingOfSports August 31st 2010, 6:05 pm

So you want your site to be loading while this page is shown?
KingOfSports
KingOfSports
Hyperactive

Male Posts : 2487
Reputation : 38
Language :
Location :

Back to top Go down

Solved Re: How do I pre-load my page easily?

Post by Guest August 31st 2010, 8:03 pm

There are so many errors in your code, I'm amazed the page even loads. fufufu

First, try putting HEAD before BODY, not inside BODY. king

Second, try putting all the display code inside BODY. bounce

Third, read up on how to use the META tag. salut

bye
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I pre-load my page easily?

Post by blindbat1457 August 31st 2010, 10:05 pm

blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Solved Re: How do I pre-load my page easily?

Post by Praetor September 1st 2010, 3:27 pm

Dion wrote:There are so many errors in your code, I'm amazed the page even loads. fufufu

First, try putting HEAD before BODY, not inside BODY. king

Second, try putting all the display code inside BODY. bounce

Third, read up on how to use the META tag. salut

bye
I think putting codes in any order doesn't change how the page loads, anyway I'll try maybe it'll work.

There's so many trials and errors before I made this page stable and running, took me about 3 hours(yeah I'm a noob Razz)

@KingOfSports
Yeah
avatar
Praetor
New Member

Posts : 24
Reputation : 0
Language : English

Back to top Go down

Solved Re: How do I pre-load my page easily?

Post by blindbat1457 September 1st 2010, 8:10 pm

Yeah they do matter.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
</body>
</html>

Use that format straight up from Dreamweaver.
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Solved Re: How do I pre-load my page easily?

Post by Praetor September 2nd 2010, 12:10 pm

blindbat1457 wrote:Yeah they do matter.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
</body>
</html>

Use that format straight up from Dreamweaver.

Excuse me but can I ask what does it do? Razz
avatar
Praetor
New Member

Posts : 24
Reputation : 0
Language : English

Back to top Go down

Solved Re: How do I pre-load my page easily?

Post by blindbat1457 September 2nd 2010, 8:33 pm

It is a format. The proper format for HTML files/pages. So just fill in the information and you should have no problem loading the pages.
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Solved Re: How do I pre-load my page easily?

Post by Beno September 3rd 2010, 4:40 pm

Hi,

It is essential that you always have your tags in the right order otherwise the html will not display.

I have edited your code, it works now..

Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>F.E.A.R|L4DI :: A L4D Philippine Clan</title>
<LINK REL="SHORTCUT ICON" HREF="http://i48.tinypic.com/2e5o6sk.png">
<meta HTTP-EQUIV="REFRESH" CONTENT="3; URL=http://fearl4di.findtalk.biz/forum.htm">
<style type="text/css">
body{background-image:url("http://img137.imageshack.us/img137/7012/ibackgroundz.jpg");
background-repeat:no-repeat;
background-position:center top;
background-color: #000000 }
</style>
</head>
<body onContextmenu="return false">
<div style="text-align: center;">
<br>
<br><br>
</div>

<div style="text-align: center;">
<center><img src="http://i45.tinypic.com/30ldysh.png">
<center><img src="http://i47.tinypic.com/16bk3g6.png">
<br><br>
<center><img src="http://i47.tinypic.com/fycs3q.png">
<br><br>
<center><img src="http://i48.tinypic.com/2zy96s2.png">
<center><img src="http://i48.tinypic.com/2lniu69.gif">
</center>



<br><br><br><br><br><br><br><br><br>
<center style="font-family: Times New Roman;" color:="" white=""><font size="2"><span style="color: White;">All Rights Reserved 2010.</span></font></center>
<center><span style="" color:="" white=""><font size="2"><span style="color: White; font-family: Times New Roman;">Forum created/modified by:</span></font><br><font style="color: rgb(153, 0, 0);" size="4"><span style="font-family: Impact;">Praetor</span><br style="font-family: Impact;"><span style="font-family: Impact;">Itachi</span></font></span></center>
<br>
<center><a href="http://www.forumotion.com" target="_blank"></a></center>
<center><a href="http://www.forumotion.com" target="_blank"></a></center>
<div style="text-align: right;"><a target='_blank' title='Get Firefox' href='http://www.mozilla.com/en-US/firefox/'><img src='http://img816.imageshack.us/img816/7662/arcticfirefox.png' border='0'/></a></div>
</BODY>
</html>
Beno
Beno
Hyperactive

Male Posts : 3024
Reputation : 67
Language : English
Location : England

http://www.benwhitedesign.co.uk

Back to top Go down

Solved Re: How do I pre-load my page easily?

Post by Praetor September 3rd 2010, 7:29 pm

Beno wrote:Hi,

It is essential that you always have your tags in the right order otherwise the html will not display.

I have edited your code, it works now..

Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>F.E.A.R|L4DI :: A L4D Philippine Clan</title>
<LINK REL="SHORTCUT ICON" HREF="http://i48.tinypic.com/2e5o6sk.png">
<meta HTTP-EQUIV="REFRESH" CONTENT="3; URL=http://fearl4di.findtalk.biz/forum.htm">
<style type="text/css">
body{background-image:url("http://img137.imageshack.us/img137/7012/ibackgroundz.jpg");
background-repeat:no-repeat;
background-position:center top;
background-color: #000000 }
</style>
</head>
<body onContextmenu="return false">
<div style="text-align: center;">
<br>
<br><br>
</div>

<div style="text-align: center;">
<center><img src="http://i45.tinypic.com/30ldysh.png">
<center><img src="http://i47.tinypic.com/16bk3g6.png">
<br><br>
<center><img src="http://i47.tinypic.com/fycs3q.png">
<br><br>
<center><img src="http://i48.tinypic.com/2zy96s2.png">
<center><img src="http://i48.tinypic.com/2lniu69.gif">
</center>



<br><br><br><br><br><br><br><br><br>
<center style="font-family: Times New Roman;" color:="" white=""><font size="2"><span style="color: White;">All Rights Reserved 2010.</span></font></center>
<center><span style="" color:="" white=""><font size="2"><span style="color: White; font-family: Times New Roman;">Forum created/modified by:</span></font><br><font style="color: rgb(153, 0, 0);" size="4"><span style="font-family: Impact;">Praetor</span><br style="font-family: Impact;"><span style="font-family: Impact;">Itachi</span></font></span></center>
<br>
<center><a href="http://www.forumotion.com" target="_blank"></a></center>
<center><a href="http://www.forumotion.com" target="_blank"></a></center>
<div style="text-align: right;"><a target='_blank' title='Get Firefox' href='http://www.mozilla.com/en-US/firefox/'><img src='http://img816.imageshack.us/img816/7662/arcticfirefox.png' border='0'/></a></div>
</BODY>
</html>


Thanks so much guys, I really appreciated it!! :wouhou: :wouhou:
avatar
Praetor
New Member

Posts : 24
Reputation : 0
Language : English

Back to top Go down

Solved Re: How do I pre-load my page easily?

Post by Sanket September 3rd 2010, 7:31 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
How do I pre-load my page easily? 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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