Log in

View Full Version : How to make post bit center in vb 3.8.x


Mark_Zuckerberg
11-06-2011, 01:53 PM
How to make post bit center in vb 3.8.x

Hi all,

I want to make the post_bit into centered by default it is aligned to left in vb 3.8.x as i searched i came up with a mod but it was for vb 4.0 i want to make the post bit centered for giving example the file is attached.

Please guide me Thanks

Lynne
11-06-2011, 03:22 PM
edit your postbit_legacy template. Find:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px;">

Change to:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px; text-align:center;">

Mark_Zuckerberg
11-08-2011, 11:38 AM
I did the edits in postbit_legacy file and also updated the counters but it didn't worked any help would be really grateful.

--------------- Added 1320760270 at 1320760270 ---------------

Will anyone reply to this thread?

BirdOPrey5
11-08-2011, 04:11 PM
If you've got a custom style there's no way to know what will work without a link to your forum.

Mark_Zuckerberg
11-13-2011, 01:30 PM
I have solved my problem from w junction thanks for the replies guys.