what happened to my splash??, a girl who is realli in need |
what happened to my splash??, a girl who is realli in need |
![]()
Post
#1
|
|
![]() work hard. play hard. ![]() ![]() ![]() ![]() Group: Member Posts: 266 Joined: Jul 2004 Member No: 32,940 ![]() |
cna i ask why duz my splash duznt work lyke dis site?? site - www.xanga.com/golden_Senerity in this syte, the splash shows differently, apparently on my syte www.xanga.com/bogalgirl, it shows differently as in my syte u can juz scroll down n see my xanga, but it golden_Senerity, u cannot view her syte without clicking the enter pic. plz help. my code:
CODE <!-- begin code provided by createblog.com -->
<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://www.smileylanz.com/entersign.gif'; 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; } { 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><BR><BR><BR><BR><BR></td></tr></table><center><span>'); } </script> <!-- end code provided by createblog.com --> |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 ![]() |
bogalgirl, i see your splash and it's working fine.. what's wrong with it?
and ai-chan.. yours isn't working because you were only supposed to put the image link on the first part.. try this: CODE <!-- begin code provided by createblog.com --> <script type='text/javascript'> var image = 'http://www.freewebs.com/lemonsodapop/enter.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 --> edit:// nevermind about bogalgirl.. this same topic was posted four times and has already been answered |
|
|
![]() ![]() |