Wrap text around an image.

wrap.png
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.
  • Revisions
    Version
    phpBB Version(s)
  • Wrap text around an image. 1.0.1
    1.0.1
    3.0.x
    Validation time: Aug 01, 2012 6:54 am

    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.