Centering Postbit Legacy (3.7.1) & HTML in User Profile Fields

lkavadas

New Member
How do I get the content in my postbit_legacy to center instead of align left? I've tried changing every single align command in it to "center" from whatever the value was previous but it affected absolutely nothing.

And yes, the legacy_postbit (vertical one).

Secondly, is there anyway I can insert HTML into user profile fields?
 
Centering Postbit Legacy

In the postbit_legacy template find:
HTML:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">

Replace with this:
HTML:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px" align="center">
 
You are my hero for centering the postbit! I've been trying to figure this out for forever. Thank you very much!
 
Back
Top