inherit
165439
0
Apr 20, 2016 10:06:31 GMT -8
forsakensora
26
April 2011
forsakensora
|
Post by forsakensora on Feb 22, 2013 12:33:18 GMT -8
|
|
PIP
Junior Member
Posts: 202
inherit
187732
0
Jan 31, 2017 12:13:18 GMT -8
PIP
202
December 2012
mrpip
|
Post by PIP on Feb 22, 2013 13:57:10 GMT -8
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 24, 2013 3:31:48 GMT -8
The code PIP linked you to is for V5 forums and the link you gave is still a V4 forum. This may take two codes as I don't know of one that puts one below the forum but above the info center. But for sure, you can use this one to add a head image to whatever category you want. interoceandesigns.com/index.cgi?board=proboardcodedatabase&action=display&thread=343You'd do some css for it. Something like this: <style> .cat_header{background-image:url(http://i41.tinypic.com/2aafw8w.jpg); background-repeat: no-repeat; width: 600px; height: 50px; } </style> And then in the code itself you do:(You could leave the cat name out of it, the blue: ["Category name","<div class='cat_header'> Category name</div>"], Oh and since the above code looks for titles that are bolded, you'll need to go modify your category title with bold ubbc. [b]Category name[/b] Now there is a code that puts html between the forum and the info center but I'm having difficulty finding that code. I'm not even sure if it would work but I'll keep looking for it. If I'm misunderstanding anything, let me know.
|
|