Gore
New Member
:Gorilla:
Posts: 2
inherit
48550
0
Dec 9, 2005 19:15:08 GMT -8
Gore
:Gorilla:
2
June 2005
gore
|
Post by Gore on Jun 29, 2005 18:36:28 GMT -8
okay i have two questions for codes that ive been tryign to find but cant seem to find.
1. how do i put my button on the bottom of my site, where people can take the code and post it on there sites, and it puts the image up on their site. where if you click it, it brings you to mine. and after i get the code where do i put it?
2. how do i make my boards width smaller, to where the backround shows more? and where would i put that code?
thanks.
|
|
inherit
40568
0
Jan 26, 2011 12:51:27 GMT -8
Jim
1,764
April 2005
acwboard
|
Post by Jim on Jun 29, 2005 19:50:41 GMT -8
okay i have two questions for codes that ive been tryign to find but cant seem to find. 1. how do i put my button on the bottom of my site, where people can take the code and post it on there sites, and it puts the image up on their site. where if you click it, it brings you to mine. and after i get the code where do i put it? 2. how do i make my boards width smaller, to where the backround shows more? and where would i put that code? thanks. 1)Affiliate Code: <table align="center" border="0" width="700" cellspacing="0" cellpadding="0" class="bordercolor"> <tr> <td> <table cellpadding="4" cellspacing="1" border="0" width="100%"> <tr> <td class="titlebg" align="center" colspan="3"> <font color="000000" size="2"> <b><center><font style="filter:glow(color=white, strength=2); height: 2;">Affiliates</font></center></b> </font> </td> </tr> <tr> </td> <td width="60%" class="windowbg2" valign="top"> <!-- Begin Mini Banners --> <P> <marquee height="50" width="500" onmouseover="this.stop()" onmouseout="this.start()" direction="left" scrollamount="3"<font face="verdana" color="#000000">
<center>
Affiliates Banners Here
</center></font></marquee>
<!-- End Mini Banners --> </td> <td width="35%" valign="top" class="windowbg"> <img src="Your Minibanner URL"> <textarea rows="2" name="S1" cols="20">Your Affilate Code Here</textarea></form> </td> </tr> </table> </td> </tr> </table> goes in main footer. 2)Edit Forum Width: <script type="text/javascript"> <!-- tablew = document.getElementsByTagName('TABLE'); for(t=0;t<tablew.length;t++) { if(tablew[t].width=="92%"){ tablew[t].width='750'; } } // --> </script> goes in global footers.
|
|