MyBB Community Forums

Full Version: make post like this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I have one question how i can make my posts like this with image.

image should be in right or left side with text starts from top of image border either right side of left side

pl ref the attachment
can anyone help in this metter?
It looks like it was done on Wordpress, adn I know there is a tool that allows you to do that with pictures. ic an't remember what though.

You could always try making a table and put the picture in one side of it, and have part of the article in the other part.
Do you mean having the logo, user title, username, and stuff to the left with the post on the right?

If so,

ACP > Configuration > Show Thread Options

Toggle

Display posts using the classic layout

and then save. Smile
The standard HTML markup would be:
<img align="left"  src="pathtoimage/myimage.jpg">
In a post, if this were inserted before the text then the text would be in the right side of the image. You would have to allow HTML in post to do that or maybe create a custom mybb code.