PDA

View Full Version : Centering Categories



basa
Thu 1st Apr '04, 10:39pm
Hello,

Do you know how I would about centering the categories (the titles) in the forums? What template do I modify, and how?

Thanks,

basa
Mon 5th Apr '04, 5:14pm
Hello,

Do you know how I would about centering the categories (the titles) in the forums? What template do I modify, and how?

Thanks,
Anyone know where I can find the answer?

Zachery
Mon 5th Apr '04, 5:26pm
Yes AdminCP > Styles & Tempaltes > Style Manager > Click on << >> > Find the Forumhome templates and expand > Click edit the forumhome_forumbit_level1_nopost

find


<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">


change to



<td style="text-align: center;" class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">


and your done :)

basa
Tue 6th Apr '04, 5:19pm
Thank you very much Zachery, that did it!