splash 'enter' page code!, any that actually WORK? |
splash 'enter' page code!, any that actually WORK? |
Mar 16 2005, 11:59 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 237 Joined: Jan 2005 Member No: 86,951 |
hey ive tried like 3 codes from different users on createblog n none of them really work? like nothin actually happens. i put the code as the first thing on my custom header.. replaced the URL with my own image URL.. and nothin? anyone who actually has a splash ('enter') page care to offer me their code please?
edit--- incase its jus me.. check if i did anything wrong with the code??which i doubt anyway cuz ALL i did was replace the URL of the old image to my OWN.. thats it.. maybe i put another code that affects the splash page to work? i dunno.. HELP <script type='text/javascript'> // intro <span class='searchlite'>splash</span> page by micron // for more xanga scripts and help go to createblog.com // change this url to an image of your choice var image = 'http://img.photobucket.com/albums/v239/cewinee2/entr.jpg'; function enterSite() { document.getElementById('<span class='searchlite'>splash</span>').style.display = 'none'; var content = document.getElementsByTagName("center"); for (var i=0; i<content.length;i++) { content[i].style.display = 'block'; } return false; } if (document.title.slice(-10) == 'Xanga Site') { document.write('</span></center><style type="text/css"> center {display:none;} .image {border:1px solid white;} </style><table height="100%" width="100%" id="<span class='searchlite'>splash</span>"><tr><td align="center" valign="middle" style="text-align:center !important;"><a href="#" onclick="return enterSite();"><img src="'+ image +'" border="0" class="image"></a></td></tr></table><center><span>'); } </script> |
|
|
|
cewinee splash 'enter' page code! Mar 16 2005, 11:59 AM
xbrokenheartz i can honestly say i have no clue what you did wro... Mar 16 2005, 03:09 PM
lawmaniac_98 Recheck your codes properly and follow the tutoria... Mar 17 2005, 01:28 AM![]() ![]() |