Wrap text around an image.
-
Description
-
Adding text after [imageleft]{URL}[/imageleft] will wrap the text around the image. The image URL goes between the [imageleft] tags. The example can be easily modified to have the image on the right by changing
float:left
to float:right
and padding-right
to padding-left
Public performance attribution has been waived.
Settings
- BBCode Usage: Select all
[imageleft]{URL}[/imageleft]
- HTML Replacement: Select all
<img src="{URL}" style="float:left;padding-right: 5px;" />
- Help Line: Select all
Any text added after [/imageleft] will be wrapped around the image.