splash screen, doesn't work |
splash screen, doesn't work |
Jul 23 2004, 01:53 AM
Post
#1
|
|
![]() my username sucks ![]() ![]() ![]() ![]() Group: Member Posts: 264 Joined: Apr 2004 Member No: 11,493 |
CODE <!-- 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 //http://shop.himeya.com/products/gb/fire_emblem/fire1.gif= 'http://shop.himeya.com/products/gb/fire_emblem/fire1.gif'; function enterSite() { document.getElementById('splash').style.display = 'http://shop.himeya.com/products/gb/fire_emblem/fire1.gif'; var content = document.getElementsByTagName("center"); for (var i=0; i<content.length;i++) { content[i].style.display = 'http://shop.himeya.com/products/gb/fire_emblem/fire1.gif'; } return false; } if (document.title.slice(-10) == 'http://www.xanga.com/home.aspx?user=kirbykirby93') { 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();"><http://shop.himeya.com/products/gb/fire_emblem/fire1.gif"'+ http://shop.himeya.com/products/gb/fire_emblem/fire1.gif +'" border="0" class="http://shop.himeya.com/products/gb/fire_emblem/fire1.gif"></a></td></tr></table><center><span>'); } </script> <!-- end code provided by createblog.com --> what did i do wrong? |
|
|
|
![]() |
Jul 23 2004, 02:27 AM
Post
#2
|
|
|
life is short...and so am i.. ![]() ![]() ![]() ![]() Group: Member Posts: 176 Joined: Jul 2004 Member No: 32,316 |
try this
CODE <!-- begin code provided by createblog.com --> <script type='text/javascript'> // intro splash page by micron // for more xanga scripts and help go to cbstaff.com // distributed by xanga.com/add_ons // change this url to an image of your choice var image = 'http://shop.himeya.com/products/gb/fire_emblem/fire1.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; } 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 --> i think what you did wrong was when it says // change this url to an image of your choice var image = 'ur url here'; in the original blank one, you put the url on the directions part AND the second part, the first part is merely the directions, what you change is the second part where it says ur url here after var image= i have highlighted it above in red. so this is how it should come out // change this url to an image of your choice var image = 'http://shop.himeya.com/products/gb/fire_emblem/fire1.gif'; this should work. i hope i've helped!!! |
|
|
|
Jul 23 2004, 02:16 PM
Post
#3
|
|
![]() my username sucks ![]() ![]() ![]() ![]() Group: Member Posts: 264 Joined: Apr 2004 Member No: 11,493 |
its just a red x
|
|
|
|
Jul 23 2004, 02:43 PM
Post
#4
|
|
![]() iGackt Fan! ![]() ![]() ![]() ![]() Group: Member Posts: 296 Joined: Jun 2004 Member No: 24,742 |
Maybe that site won't allow you to direct link or something. Save the image to your own server and upload it to photobucket or something.
|
|
|
|
Jul 23 2004, 04:21 PM
Post
#5
|
|
![]() my username sucks ![]() ![]() ![]() ![]() Group: Member Posts: 264 Joined: Apr 2004 Member No: 11,493 |
nope still not working.
CODE <!-- begin code provided by createblog.com -->
<script type='text/javascript'> // intro splash page by micron // for more xanga scripts and help go to cbstaff.com // distributed by xanga.com/add_ons // change this url to an image of your choice var image = 'http://img28.photobucket.com/albums/v85/kirbykirby93/untitled.bmp'; 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) == 'www.xanga.com/kirbykirby93') { 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 --> |
|
|
|
Jul 23 2004, 04:35 PM
Post
#6
|
|
![]() rawr ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 906 Joined: Jul 2004 Member No: 26,961 |
I got it to work, try this and dont change ANYTHING:
QUOTE <!-- begin code provided by createblog.com -->
<script type='text/javascript'> // intro splash page by micron // for more xanga scripts and help go to cbstaff.com // distributed by xanga.com/add_ons // change this url to an image of your choice var image = 'http://img28.photobucket.com/albums/v85/kirbykirby93/untitled.bmp'; 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 --> |
|
|
|
Jul 23 2004, 04:43 PM
Post
#7
|
|
![]() my username sucks ![]() ![]() ![]() ![]() Group: Member Posts: 264 Joined: Apr 2004 Member No: 11,493 |
STILL doesn't work.
|
|
|
|
Jul 23 2004, 04:45 PM
Post
#8
|
|
![]() rawr ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 906 Joined: Jul 2004 Member No: 26,961 |
Did you put it as the first thing in your custom header?
|
|
|
|
Jul 23 2004, 04:48 PM
Post
#9
|
|
![]() my username sucks ![]() ![]() ![]() ![]() Group: Member Posts: 264 Joined: Apr 2004 Member No: 11,493 |
no. it works now. thanks!
|
|
|
|
![]() ![]() |