Me again ^^:, how do i get this to work? |
![]() ![]() |
Me again ^^:, how do i get this to work? |
![]()
Post
#1
|
|
![]() hei... ![]() Group: Member Posts: 9 Joined: Jan 2004 Member No: 486 ![]() |
![]() ![]() on a splash page... here is the code ![]() </style></head><body><center><span> <script type="text/javascript"> 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) == 'Xanger') { document.write('</span></center><style type="text/css"> center {display:none;} .image {border:1px solid #CCCCCC;} </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="http://img1.photobucket.com/albums/0903/Filipino_Grl/Misc%20Signs/wel1.jpg" border="0" class="image" alt="Oy..."></a><br><font class=standard>Kamusta, welcome, hope to see you around...</td></tr></table><center><span>'); } </script></head> and..yea.. i can't get it to work, anyone know whats wrong? |
|
|
![]()
Post
#2
|
|
![]() settle down kiddies. ![]() ![]() ![]() ![]() Group: Member Posts: 237 Joined: Jan 2004 Member No: 180 ![]() |
Use the mod like so: http://www.createblog.com/forums/index.php?showtopic=23
|
|
|
![]()
Post
#3
|
|
![]() hei... ![]() Group: Member Posts: 9 Joined: Jan 2004 Member No: 486 ![]() |
QUOTE(megare @ 01-11-2004, 06:46 PM) Use the mod like so: http://www.createblog.com/forums/index.php?showtopic=23 ![]() |
|
|
![]()
Post
#4
|
|
![]() hei... ![]() Group: Member Posts: 9 Joined: Jan 2004 Member No: 486 ![]() |
chu..it wont work shtill..blah....
![]() |
|
|
![]()
Post
#5
|
|
![]() cb's #1 fan! =) ![]() ![]() ![]() ![]() ![]() ![]() Group: Advisor Posts: 2,342 Joined: Nov 2003 Member No: 1 ![]() |
QUOTE(megare @ 01-11-2004, 09:46 PM) Use the mod like so: http://www.createblog.com/forums/index.php?showtopic=23 She did use that, I think she meant to make changes to it. Here is the resulting code: 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 // change this url to an image of your choice var image = 'http://img1.photobucket.com/albums/0903/Filipino_Grl/Misc%20Signs/wel1.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"><br><font class=standard>Kamusta, welcome, hope to see you around...</a></td></tr></table><center><span>'); } </script> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |