MyBB Community Forums

Full Version: Image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i center all images automatically in my forum

Post in the
[img] Tags
You could try adding the following CSS to global.css:

.post_body img{
text-align: center;
}

I'm not sure if text-align applies for images though.