Code for the splash page? |
Code for the splash page? |
Aug 29 2006, 05:08 PM
Post
#1
|
|
|
~Phoebe~ ![]() ![]() ![]() ![]() Group: Member Posts: 118 Joined: Apr 2005 Member No: 130,046 |
Do you know the code for a splash page?? Thanks!
|
|
|
|
![]() |
| *digital.fragrance* |
Sep 3 2006, 07:03 PM
Post
#2
|
|
Guest |
Man........
I'm going to go scavenger hunting for a different one. CODE <!-- begin code provided by createblog.com --> <script type='text/javascript'> //Random Intro Splash Page by Mystical for Createblog.com //Modified Intro Splash script by Micron 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') { var myimages=new Array() //specify random images below. You can have as many as you wish myimages[1]='http://www.xangaskins.com/modules/02/images/01.jpg'; myimages[2]='http://www.xangaskins.com/modules/02/images/02.jpg'; myimages[3]='http://www.xangaskins.com/modules/02/images/03.jpg'; myimages[4]='http://www.xangaskins.com/modules/02/images/04.jpg'; myimages[5]='http://www.xangaskins.com/modules/02/images/05.jpg'; var ry=Math.floor(Math.random()*myimages.length) if (ry==0) ry=1 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="'+myimages[ry]+'" border="0" class="image"></a></td></tr></table><center><span>'); } </script> <!-- end code provided by createblog.com --> Just replace all of the image options with the same URL... try editting the least possible options... |
|
|
|
lovelymissphoebe Code for the splash page? Aug 29 2006, 05:08 PM
mona lisa Here you go:
CODE<script type='text/javasc... Aug 29 2006, 05:16 PM
lovelymissphoebe Alright - Thanks! Percisely what I was looking... Aug 29 2006, 05:25 PM
digital.fragrance Good Job Mona!
Topic Re-opened Aug 29 2006, 05:31 PM
lovelymissphoebe Ok, once I tried that in the site it didn't wo... Aug 29 2006, 06:27 PM
digital.fragrance Did you insert the correct image URL where it says... Aug 29 2006, 06:59 PM
lovelymissphoebe Alright.... I got the image to go up, but now I ca... Aug 31 2006, 02:00 PM
digital.fragrance The 'Xanga Site' in the code needs to be r... Aug 31 2006, 02:05 PM
lovelymissphoebe Ohhh! Superman<3
Alright, I did add my ad... Sep 2 2006, 01:03 AM
digital.fragrance There is another '+ image +' - I think you... Sep 3 2006, 11:57 AM
lovelymissphoebe CODE<script type='text/javascript'... Sep 3 2006, 01:10 PM
lovelymissphoebe Alright, I'm really sorry, I didn't know i... Sep 5 2006, 10:29 PM
digital.fragrance Man, now I'm confused....
I'll try to find... Sep 5 2006, 10:29 PM
lovelymissphoebe I will, and thanks for your help and patience =D Sep 5 2006, 10:41 PM
digital.fragrance I got your PM - glad you figured it out
Topic Cl... Sep 7 2006, 03:04 PM![]() ![]() |