PDA

View Full Version : Table Heading Centered


paul41598
06-04-2005, 10:47 AM
How do you center the heading in each table as shown in the screenshot? I cannot find it. Ive tried altering the templates, but the headings are not in there, only the content it seems.

If this isnt an option, it should be in the next release, to be able to choose left, right, center for these headings.

Where else can I look to change it?

Lizard King
06-04-2005, 11:30 AM
you have to change adv_portal_newsbits template. look for this (i've already modified so you have to check the unmodified one :

<td class="thead"><a href="$vboptions[bburl]/showthread.php?t=$news[threadid]">$news[title]</a></td> and replace with
<td class="thead" align="center"><a href="$vboptions[bburl]/showthread.php?t=$news[threadid]">$news[title]</a></td>

Our Sponsors
 

paul41598
06-04-2005, 02:02 PM
i messed up the screenshot. It should have been whats below.

I need to center all my modules titles... and I still cant find it..

Lizard King
06-04-2005, 04:27 PM
i messed up the screenshot. It should have been whats below.

I need to center all my modules titles... and I still cant find it..
You need to edit your adv_portal_module_shell
<td class="tcat" colspan="$mods[colspan]"> and replace with <td class="tcat" colspan="$mods[colspan]" align="center">

Our Sponsors
 

paul41598
06-04-2005, 05:38 PM
that did it. Thanks! :D