Help me add images in posts in my forum..
I want to align the image to the right keeping the text to the left. For some reason whenever I add an image it makes the entire line break?
I want to do something like this without using HTML code in the post because I can't and don't want to make any vulnerability:
Code:
<p style="text-align: center;">Text to the left of the image.</p><p style="text-align: right;"><img src="image.gif" /></p>
That'd keep the content of the post the left with the image to the right..
BB-codes don't do crap. Please help me accomplish this..
Or is there anyway to allow HTML in a specific thread only?