help with my splash page |
help with my splash page |
*Fallen_Fairy* |
![]()
Post
#1
|
Guest ![]() |
I can't seem to make the code work I want to make this image my splash imaga
![]() its a 400x 400 pixel image. I don't think I'm plugging it in right. HELP! |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 ![]() |
paste this at the very top of your header section:
CODE <!-- begin code provided by createblog.com -->
<script type='text/javascript'> // change this url to an image of your choice var image = 'http://img36.photobucket.com/albums/v109/xxfallenxfairyxx/splash.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 --> |
|
|
*Fallen_Fairy* |
![]()
Post
#3
|
Guest ![]() |
thank you!
|
|
|
![]() ![]() |