MyBB Community Forums

Full Version: Issue... Again... DARN POSTBIT!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Last one i hope :'(

Okay here it is Toungue

http://tm0.org/forum/post-18.html#pid18

See how the website etc is up there. No matter how many times i <br /> it doesn't do anything...

How do i push down :/
That issue is fixed.

How do i centre this? <div id="avatar" style="display: inline;"> So would i just add center; into that?
Nope thats not it. How do you centre a damn avatar >_>
style="display: inline; text-align: center;"

This is one way you can center the avatar. Also, out of topic, the buttons under the avatar are different sizes.
(2009-12-14, 01:36 AM)metalingus903 Wrote: [ -> ]style="display: inline; text-align: center;"

This is one way you can center the avatar. Also, out of topic, the buttons under the avatar are different sizes.

I know, i can't get them to look decent without being like that :p
Also that does nothing :/
Try this:

1. Your postbit_classic template

Remove this code. You can find that code inside the div id avatar.

<align="left">

And don't forget to remove the align close tag too.

2. postbit_avatar template

Look at this code:

<img src="{$post['avatar']}" alt="" {$avatar_width_height} ALIGN="LEFT" />

Remove the left aligning.
Thank you so much RateU thats twice in a day :p
IT WORKS! Thank you alL!
You are most welcome, Mark.M.
Make a list? I always do that with my postbits (when I edit them lol). Much easier to manage.
A list of what?
You know, an HTML list (is more semantic too) as the posbit lists user's info. But there are way more templates to edit, so you can forget that.
I still don't get it but okay Toungue
Pages: 1 2