PDA

View Full Version : Center post bit


nbaphenom
11-15-2008, 01:18 AM
How do i center the whole postbit .

dismas
11-15-2008, 02:25 PM
Which post bit are you using?

If you're using postbit_legacy, this seems to work for me...

Find:

<div id="postmenu_$post[postid]">


and put this just before it

<center>


And then find this:

<if condition="$show['moderated']">


and put this just before it:

</center>

nbaphenom
11-15-2008, 07:49 PM
Thanks alot .

Ohiosweetheart
11-15-2008, 10:28 PM
Actually the correct code would be
<div align="center">
and
</div>