Wats the code for, the splash screen |
Wats the code for, the splash screen |
Feb 27 2005, 03:56 PM
Post
#1
|
|
![]() BeautiifullScars ![]() ![]() ![]() Group: Member Posts: 51 Joined: Dec 2004 Member No: 75,069 |
....in general....wats the code for when you enter you have to click on a picture and it will redirect you to your xanga..?
please and thank you |
|
|
|
![]() |
Feb 27 2005, 04:13 PM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Feb 2005 Member No: 106,189 |
heres tha code .. place in header befor anything else
<!-- begin code provided by createblog.com --> <script type='text/javascript'> // intro splash 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://img26.photobucket.com/albums/v78/millionwon1/splash.jpg'; function enterSite() { document.getElementById('splash').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 #dcdcdc;} </style><table height="100%" width="100%" id="splash"><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> <!-- end code provided by createblog.com --> |
|
|
|
Jerzey_Gurl_69 Wats the code for Feb 27 2005, 03:56 PM
XxArsonFreakxX look in the scripts page its in there Feb 27 2005, 04:01 PM
MiSZxLOCA i have the code if u still need it Feb 27 2005, 04:05 PM
Jerzey_Gurl_69 QUOTE(MiSZxLOCA @ Feb 27 2005, 4:05 PM)i have... Feb 27 2005, 04:09 PM
xxpimpjuice1227x <!-- begin code provided by createblog.com... Feb 27 2005, 05:07 PM
shortvi3tlaydee it was here: http://www.createblog.com/forums/inde... Feb 27 2005, 08:17 PM
Sherry_Vu just for future reference, it was under "intr... Feb 28 2005, 04:33 PM![]() ![]() |