|
Post by Simpsons Rule on Dec 7, 2003 18:40:15 GMT -5
Place this code in your Main Footer
<table align="center" border="0" width="92%" 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="31" width="92%" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="3" style="Filter:Alpha(Opacity=100, FinishOpacity=5, Style=1, StartX=30, StartY=0, FinishX=0, FinishY=0);" scrolldelay="1">
<center>
<a href="URL OF SITE" Target="_blank"> <img src="URL OF BANNER" width=88 height=31 border=0 alt="BANNER NAME"></a>
</center></font></marquee>
<!-- End Mini Banners --> </td> <td width="35%" valign="top" class="windowbg"> <img src="URL OF YOUR BANNER"> <textarea rows="2" name="S1" cols="20">THE HTML CODE FOR YOUR BANNER</textarea></form> </td> </tr> </table> </td> </tr> </table>
Repeat the
<a href="URL OF SITE" Target="_blank"> <img src="URL OF BANNER" width=88 height=31 border=0 alt="BANNER NAME"></a>
as needed for more Banners.
|
|
G-11
Full Member
Let's have fun!
Posts: 22
|
Post by G-11 on Dec 7, 2003 20:53:01 GMT -5
Where can I find some banners?
|
|
|
Post by Simpsons Rule on Dec 7, 2003 20:55:31 GMT -5
|
|
G-11
Full Member
Let's have fun!
Posts: 22
|
Post by G-11 on Dec 7, 2003 20:57:00 GMT -5
Ok. Thanks
|
|
|
Post by kenny5uk on Dec 23, 2003 18:10:03 GMT -5
this doesnt work for me i can get overs to scroll along but where mine is supposed to be it doesnt show up
|
|
|
Post by Simpsons Rule on Dec 23, 2003 20:03:04 GMT -5
|
|
|
Post by kenny5uk on Dec 24, 2003 1:51:29 GMT -5
ok ty
|
|
Hawk
Junior Member
Posts: 13
|
Post by Hawk on Jan 30, 2004 10:44:41 GMT -5
i want the affiliate - without the box - with my code in it, for others to copy.
What would the Code Be? Thanks
|
|
|
Post by Simpsons Rule on Jan 30, 2004 16:32:30 GMT -5
i want the affiliate - without the box - with my code in it, for others to copy. What would the Code Be? Thanks Change this last part of the code: <!-- End Mini Banners --> </td> <td width="35%" valign="top" class="windowbg"> <img src="URL OF YOUR BANNER"> <textarea rows="2" name="S1" cols="20">THE HTML CODE FOR YOUR BANNER</textarea></form> </td> </tr> </table> </td> </tr> </table>To this instead: <!-- End Mini Banners --> </td> <td width="35%" valign="top" class="windowbg"> <center><img src="URL OF YOUR BANNER"></center> </td> </tr> </table> </td> </tr> </table>
|
|
xmanx
New Member
Posts: 2
|
Post by xmanx on Dec 26, 2005 12:14:52 GMT -5
what dose the html bit mean iv tryed doing html but it wont work!
|
|
|
Post by JZSquared on Dec 26, 2005 13:50:01 GMT -5
what dose the html bit mean iv tryed doing html but it wont work! Well if you're unfamiliar with HTML, there is free literature about it all over the net, just go to your favorite search engine and look it up. Or you could always go to your local library, I'm sure that they have books on HTML and other programming languages.
|
|
Mickcy©®
Junior Member
Bored <_< :P
Posts: 14
|
Post by Mickcy©® on Feb 24, 2006 5:37:34 GMT -5
what dose the html bit mean iv tryed doing html but it wont work! Well if you're unfamiliar with HTML, there is free literature about it all over the net, just go to your favorite search engine and look it up. Or you could always go to your local library, I'm sure that they have books on HTML and other programming languages. Well i have found a forum where you can view the basics of HTML Studio Zero you need a account to view Or if you want lessons go to Coders training center You need a account to get training
|
|
Avena
New Member
LOVE ME
Posts: 4
|
Post by Avena on Apr 2, 2006 15:04:33 GMT -5
Would it mess up the html originally in the board (because proboards and a lot of other board making sites are nice enough to make that ^^) if you put it on Global Footer? Or would it just be the same as Main Footer but show up on every forum? Thanks...sorry for asking such a stupid question but I haven't used proboards in a while...Oh and are the text rows, names, and columns necessary?
|
|
|
Post by JZSquared on Apr 2, 2006 16:36:37 GMT -5
Would it mess up the html originally in the board (because proboards and a lot of other board making sites are nice enough to make that ^^) if you put it on Global Footer? Or would it just be the same as Main Footer but show up on every forum? Thanks...sorry for asking such a stupid question but I haven't used proboards in a while...Oh and are the text rows, names, and columns necessary? No it wouldn't mess it up at all, it would simply display the affiliate table on every board instead of just your main page. And no that part of the code that Simps posted later is not necessary, it is just a different code he made to fit the request. Unless that's not what you meant, I am merely speculating about your second question. And let me know if you need anything else.
|
|
Avena
New Member
LOVE ME
Posts: 4
|
Post by Avena on Apr 2, 2006 23:28:09 GMT -5
Okay thanks. I will. xD
|
|