inherit
39410
0
Sept 30, 2005 12:50:24 GMT -8
PopeSuburbanII
130
March 2005
popesuburbanii
|
Post by PopeSuburbanII on Jun 28, 2005 10:47:08 GMT -8
would i be able to get a flash intro code? thanks.
|
|
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 28, 2005 11:21:18 GMT -8
Try:
Bottom of Main Header
<span id="intro" style="display: none; margin-top: 50px; margin-bottom: 50px; width: 100%; text-align: center;"> <a href="/index.cgi"> <embed src="URL OF FLASH" width="100" height="100" autoplay="true" /> </a> </span>
Top of Main Footer
<script type="text/javascript"> <!-- if(location.href.indexOf("action") == -1 && document.referrer.indexOf(location.href.split(".")[0]) == -1){ document.write("<style>table{display:none;}</style>"); document.getElementById("intro").style.display=""; } // --> </script>
|
|
inherit
39410
0
Sept 30, 2005 12:50:24 GMT -8
PopeSuburbanII
130
March 2005
popesuburbanii
|
Post by PopeSuburbanII on Jun 28, 2005 12:29:42 GMT -8
oh okay, thanks.
|
|