inherit
37852
0
Oct 29, 2007 21:32:58 GMT -8
♥Maygan♥
1,266
February 2005
zangoose
|
Post by ♥Maygan♥ on Jun 29, 2005 14:22:59 GMT -8
This code should make a splash page:
<!-- Make your own Portal v2 by california --> <span id="portal" style="display: none;"> <html> <head> <title>Potter Obsessed's Splash Page</title></head><body><center> <a href="http://potterobsessed.proboards20.com/index.cgi"><img src="http://www.boomspeed.com/shadowedfate/imgs/enter14.gif" border="0"></a><br><br><br><br><br><br> <a href="http://www.fairy-dust.com/"><img src="http://www.boomspeed.com/shadowedfate/linkbrushback.gif" border="0"></a> </span> </center> </body> <script type="text/javascript"> <!-- var table=document.getElementsByTagName("table"); if(!location.href.match(/action=/) && document.referrer.indexOf(location.hostName) == -1 && !document.cookie.match(/noportal=1/)){ document.getElementById("portal").style.display=""; for(i=4;i<table.length;i++){ if(!table[i].id.match(/nohide/i)){ table[i].style.display="none"; } } } // --> </script> <!-- END PORTAL -->
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 29, 2005 16:20:05 GMT -8
On a webpage or a forum? On a forum, you should use:
Main Header:
<span id="portal" style="display: none;"> <center> <a href="http://potterobsessed.proboards20.com/index.cgi"><img src="http://www.boomspeed.com/shadowedfate/imgs/enter14.gif" border="0"></a><br><br><br><br><br><br> <a href="http://www.fairy-dust.com/"><img src="http://www.boomspeed.com/shadowedfate/linkbrushback.gif" border="0"></a> </center> </span>
Main Footer:
<script type="text/javascript"> <!-- var table=document.getElementsByTagName("table"); if(!location.href.match(/action=/) && document.referrer.indexOf(location.hostName) == -1 && !document.cookie.match(/noportal=1/)){ document.getElementById("portal").style.display=""; for(i=4;i<table.length;i++){ if(!table.id.match(/nohide/i)){ table.style.display="none"; } } } // --> </script>
|
|