inherit
165042
0
Feb 14, 2014 15:42:33 GMT -8
ferorodono
Fanksh guysh =)
46
March 2011
ferorodono
|
Post by ferorodono on May 4, 2011 17:26:54 GMT -8
I am trying to make banners for my forum and have the UBBC stuff down...But I can't make squat out of the HTML codes for affiliating and the code for the affiliate box! I've tried a lot of different ways, and have used Banner Maker and Photobucket to try to nab HTML codes for the site, but its not working. HELP PLEASE!!!!!
I pretty much am asking for an explanation of affiliate banner codes. When I enter the codes into the global footer, it shows, but I need a how-to on the HTML part.
|
|
inherit
40157
tyrantlytamale 627939549 tjhtmlmaniac
0
Sept 3, 2023 15:17:02 GMT -8
Tylr
The stale taste of recycled air.
2,964
April 2005
tyrantlytamale
|
Post by Tylr on May 4, 2011 20:40:09 GMT -8
Affiliate tableHTML TutorialHTML is going to work very similar to UBBC, in that you need the image and the link. e.g. something like this: <a href="http://other-site.proboards.com"><img src="http://photobucket.com/othersite/image.jpg"></a>
|
|
inherit
165042
0
Feb 14, 2014 15:42:33 GMT -8
ferorodono
Fanksh guysh =)
46
March 2011
ferorodono
|
Post by ferorodono on Jun 2, 2011 12:03:52 GMT -8
I have the affiliate table down, I've been experimenting, but if you look at the affiliates you'll see an 'x' next to the affiliate. I don't know how to get rid of it without changing the code, and I don't know what to change in the code. mystic-energy.proboards.com/index.cgi?
|
|
inherit
The Final Cylon
31521
0
Mar 3, 2015 14:39:33 GMT -8
Trublu
Maybe the duck is in the hat.
12,323
October 2004
trublusvufan
|
Post by Trublu on Jun 6, 2011 7:56:41 GMT -8
I have the affiliate table down, I've been experimenting, but if you look at the affiliates you'll see an 'x' next to the affiliate. I don't know how to get rid of it without changing the code, and I don't know what to change in the code. mystic-energy.proboards.com/index.cgi?For each of your affiliates, you're going to want to change this: <a href="http://mystic-energy.proboards.com" target="_blank"><img src="<a href="http://mystic-energy.proboards.com/index.cgi"><img src="http://i.imgur.com/CbaVW.jpg" width="88" height="31"</a> To this: <a href="http://mystic-energy.proboards.com" target="_blank"><img src="http://i.imgur.com/CbaVW.jpg" width="88" height="31" /></a> You had an extra img tag in there that had a lot of things going on to mess up your affiliates.
|
|
inherit
165042
0
Feb 14, 2014 15:42:33 GMT -8
ferorodono
Fanksh guysh =)
46
March 2011
ferorodono
|
Post by ferorodono on Jun 7, 2011 11:34:08 GMT -8
Thanks so much!
|
|
inherit
The Final Cylon
31521
0
Mar 3, 2015 14:39:33 GMT -8
Trublu
Maybe the duck is in the hat.
12,323
October 2004
trublusvufan
|
Post by Trublu on Jun 7, 2011 11:44:59 GMT -8
You're welcome.
|
|