just check the option w/c says "hide default profile" in ur generator..
for example..from markyctrigger:
[img]http://i258.photobucket.com/albums/hh242/a_4thwatcher4ril/untitled-1.jpg[/img]
..and for loading page:
just
paste dis in ur head section:
[quote]<SCRIPT TYPE="text/javascript" LANGUAGE="javascript">
<!-- PreLoad Wait - Script -->
<!-- This script and more from
http://www.rainbow.arch.scriptmania.com
function waitPreloadPage() { //DOM
if (document.getElementById){
document.getElementById('prepage').style.visibility='hidden';
}else{
if (document.layers){ //NS4
document.prepage.visibility = 'hidden';
}
else { //IE4
document.all.prepage.style.visibility = 'hidden';
}
}
}
// End -->
</SCRIPT>[/quote]
and paste this also in exactly after ur <BODY> tag... :
[quote]<DIV id="prepage" style="position:absolute; font-family:arial; font-size:16; left:0px; top:0px; background-color:white; layer-background-color:white; height:100%; width:100%;">
<TABLE width=100%><TR><TD><B>Loading ... ... Please wait!</B></TD></TR></TABLE>
</DIV>
<BODY onLoad="waitPreloadPage();">[/quote]
it's quite simple though.,.
.gif)
from [url][i]rainbow.arch.scriptmania.com[/i][/url]
Last edited by a_4thwatcher4ril (2008-07-08 08:44:07)