What's the code for the Enter sign thing?, ._. |
![]() ![]() |
What's the code for the Enter sign thing?, ._. |
Jan 24 2005, 10:23 PM
Post
#1
|
|
![]() Juliman ![]() ![]() ![]() ![]() Group: Member Posts: 134 Joined: Aug 2004 Member No: 36,848 |
Pleaseee
|
|
|
|
Jan 24 2005, 10:28 PM
Post
#2
|
|
![]() Prez of Student Council 04/05 ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,888 Joined: Jan 2004 Member No: 851 |
its called a splash screen
unbelievable how much ppl ask for this... you will HAVE to put this in your HEADER and BEFORE ALL YOUR OTHER codes. and change the image to your own. QUOTE <!-- 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.createblog.com/images/huddled.jpg'; function enterSite() { document.getElementById('<span class='searchlite'>splash</span>').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="<span class='searchlite'>splash</span>"><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 --> |
|
|
|
![]() ![]() |