MyBB Community Forums

Full Version: how can add photos or any file on right or left....
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
how i can using Reklam or any photo on right or Left in my Forum?
and can you get my moor information
[align=right]image code here[/align]
[align=left]image code here[/align]

see more details of using such codes here --> http://community.mybb.com/misc.php?action=help&hid=7
thanks4you

but i wont use the code in all pages on script (index,user cp,and all other pages)
how can that?
if your trying to align everything in your forum to the right or left your going to need to access your admin control panel and your themes templates otherwise you will only align items in your posts if using the mycode align

To align everything left or right in your forums follow these steps

ACP > Template & Styles > Themes > {YourTheme} > Global.css

after accessing the global.css you will need to find the body of your forums usually located at the very bottom of the quick selection tool in the editor, after finding the body you will then type this code on the right for the extra css

text-align:left;
or
text-align:right;