|
Post by Bradley on Oct 17, 2004 0:03:29 GMT -5
This adds a special copyright notice where every it is placed. Footers<script type="text/javascript" language="javascript"> <!--
/* Special Copyright Notice Created When I was Bored Copyright © 2004-2005 Bradley Nelson a.k.a. CCWorld Added in option to change colour by Tommy swg.proboards4.com All Rights Reserved */
var sitename = 'name of your site here'; var multiyear = 1; var year1 = '2003'; var year2 = '2004'; var alignedtext = 'center'; var textColor = 'hex colour';
//NO EDIT BELOW if (multiyear == 1) { document.write('<div style="color: '+textColor+'; text-align: '+alignedtext+';">© Copyright '+sitename+' '+year1+' - '+year2+'. All Rights Reserved.</div>'); } if (multiyear == 0) { document.write('<div style="color: '+textColor+'; text-align: '+alignedtext+';">© Copyright '+sitename+' '+year1+'. All Rights Reserved.</div>'); } // --> </script>The name of your site goes here.For one year use 0 for more then one year use 1. No qutoes.The first year, or only year.The second year, if any.Text alignment: center, left, or right.Enter in the colour in hexidecimal there.
|
|