Hello. I'm trying to implement some BBcode where a user can place an image to the far right of their posts, without the post text moving the image.
At first I thought it'd just be as simple as:
HTML Code:
<img align="right" src="{param}" /img>
While it does provide the intended result, I would like that the quote "box" wrap around the image as well, so that it doesn't interfere with the new post.
Is there a way to make the post format nicely when quoted? Thanks.