|
Post by aleilani on Aug 29, 2005 22:58:46 GMT -5
I was just wondering if there's any way to change the font colour for this code, without changing the main font colour for the forum. Is there!?
|
|
|
Post by Tommy Huynh on Aug 30, 2005 0:12:52 GMT -5
I was just wondering if there's any way to change the font colour for this code, without changing the main font colour for the forum. Is there!? <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>Enter in the text colour there.
|
|
|
Post by Bradley on Aug 30, 2005 15:26:29 GMT -5
Did I say you could edit my code Tommy. It be so much similer to just put this in your footers: <div style="color: HEX COLOR CODE; text-align: LEFT OR CENTER OR RIGHT;"> © Copyright SITE NAME THEN YEARS. All Rights Reserved. </div>
|
|
|
Post by Tommy Huynh on Aug 30, 2005 15:41:45 GMT -5
|
|
|
Post by Bradley on Aug 30, 2005 15:43:13 GMT -5
I better question would be just what are you paying me?
|
|
|
Post by Tommy Huynh on Aug 30, 2005 16:01:36 GMT -5
I better question would be just what are you paying me? With love. =) <3
|
|
|
Post by Bradley on Aug 30, 2005 16:09:12 GMT -5
|
|
|
Post by me on Aug 30, 2005 17:18:50 GMT -5
Ok, did i miss something? Well at least this member got help from the both of you.
|
|