inherit
35883
0
Jul 31, 2008 8:37:20 GMT -8
coolman123
294
January 2005
coolman123
|
Post by coolman123 on Jun 23, 2005 15:10:16 GMT -8
whats the code for the sotw winner image to be placed at the top of the board when u clic kon it u kno like they have on most gfx sites
|
|
inherit
40568
0
Jan 26, 2011 12:51:27 GMT -8
Jim
1,764
April 2005
acwboard
|
Post by Jim on Jun 23, 2005 15:20:25 GMT -8
<script language="JavaScript"> <!--
//Sig of the Week and Member of the Month
var boardwidth="92%" //Your board width var avatarotwurl="AVATAR OF THE MONTH IMAGE URL" //Avatar Of The Month URL var avatarotwname="MEMBERS NAME HERE" //Sig of the Week Winner var sigotwurl="SIG OF THE WEEK IMAGE URL" //Sig of the Month URL var sigotwname="MEMBERS NAME HERE" //Member of the Month Winner
document.write("<table cellpadding='1' cellspacing='1' border='0' class='bordercolor' align='center' width="+boardwidth+"><tr><td class='titlebg' width=40% align='center'><b>Sig of the Week</b></td><td class='titlebg' width=60% align='center'><b>Sig of the Week</b></td></tr><tr><td class='windowbg' width=40% align='center'><br/><img src='"+avatarotwurl+"' border='0' alt='Sig of the Week' /><br/><br/><b>Congratulations, "+avatarotwname+"!</b></td><td class='windowbg2' width=60% align='center'><br/><img src='"+sigotwurl+"' border='0' alt='Member of the Month' /><br/><br/><b>Congratulations, "+sigotwname+"!</b></td></tr></table>")
//--> </script>
it goes wherever u want it to appear.
just edit the capitals and the text in the bottom of this code where it says alt=sig of the week, alt= member of the month.
|
|