Wrap Text Code

Additional BBCode that I have found useful
Administrator
Site Admin
Posts: 804
Joined: Tue Nov 18, 2014 11:30 am

Wrap Text Code

Post by Administrator »

Any text after the close tag is aligned to the right of the image.
a second line also works.







You need to add blank lines when you want to have the text under the image

Code: Select all

[imageleft]https://phpbb.hifikabin.me.uk/images/images/site_logo.gif[/imageleft] Any text after the close tag is aligned to the right of the image.
a second line also works







You need to add blank lines when you want to have the text under the image
BBCode Usage:

Code: Select all

[imageleft]{URL}[/imageleft]
HTML Replacement:

Code: Select all

<img src="{URL}" style="float:left;padding-right: 5px;" />
Help Line:

Code: Select all

Any text added after [/imageleft] will be wrapped around the image.
Administrator
Site Admin
Posts: 804
Joined: Tue Nov 18, 2014 11:30 am

Re: Wrap Text Code

Post by Administrator »

Any text after the close tag is aligned to the left of the image.
a second line also works.







You need to add blank lines when you want to have the text under the image

Code: Select all

[imageright]https://phpbb.hifikabin.me.uk/images/images/site_logo.gif[/imageright] Any text after the close tag is aligned to the left of the image.
a second line also works.







You need to add blank lines when you want to have the text under the image
BBCode Usage:

Code: Select all

[imageright]{URL}[/imageright]
HTML Replacement:

Code: Select all

<img src="{URL}" style="float:right;padding-right: 5px;" />
Help Line:

Code: Select all

Any text added after [/imageright] will be wrapped around the image.