MyBB Community Forums

Full Version: How to, align to right.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So far I've simply done this:
[Image: piccy1.png]

I want to know how to align the total posts text to the right, when I try it normally messes up or puts it on the right but on the line below.
Your tag should be something like:
<div class="someclass">Your Content</div>

Change like this:
<div class="someclass" style="float:right">Your Content</div>