XF 1.1 bbcode image text wrap

Morgain

Well-known member
Brogan said
http://xenforo.com/community/threads/bb-code.3817/


One thing that comes up all the time is how to wrap text around an image.
The way I achieve this is by using float left and float right.
The image is placed between the float tags and then the text comes immediately after, without a line break.

BB Code
Code:
[float_right]{TEXT}[/float_right]

I just tried to do this in the test messages but it returned exactly what I typed - the float brackets and TEXT in curlies exactly as typed.

When Brogan is willing to leave his new year's champagne bless him I'd be grateful for guidance.
 
Top Bottom