PDA

View Full Version : Simple Catagory Strip Question


imported_Snowy
09-29-2003, 11:46 PM
How do i center the cat strip text?

Cheers gang :)

Tony G
09-30-2003, 12:08 AM
Open forumhome_forumbit_level1_nopost

Find:

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

Replace with:

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

imported_Snowy
09-30-2003, 02:29 PM
Thanks mate :)

Now that looks much better :)