pls help

subha86

New Member
t23179_untitled2.JPG
[/url][/img]
 
subha86 said:
t23179_untitled2.JPG
[/url][/img]

edit the template.
i think its in post bit template.
post bit_legacy(left side) or post bit(original/top) template.
find the text or images you want to center.
and before add.
Code:
<div align="center">text here blah blah blah
.
And where you want the centering to end
Code:
</div>
.
I think it should work :)
 
Open Postbit_legacy template and find:

HTML:
<tr valign="top">
	<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">

Replace with:
HTML:
<tr valign="top">
	<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px" align="center">
 
Back
Top