[REQ] Image Alignment BBCode (left or right align)

This is a simple image alignment bbcode you can create in your AdminCP to align images to either the right or left of text... This bbcode should work for any of the 3.x series vBulletin.

Instructions:

Go to your AdminCP - In the Custom BB Codes section - Click Add New BB Code - Then fill out the following sections as noted below:

Title: Image BBCode With Left or Right Alignment

Tag: imgalign

Example: [imgalign=left]http://img77.imageshack.us/img77/1202/jpicad30pa.gif[/imgalign]

Replacement:
HTML:
<img src="{param}" align="{option}" border="0" alt="" style="padding:6px;" />

Use {option}: Yes

Button Image (Optional): images/editor/imagealign.gif


**NOTES**
Upload attached image to your forum's /images/editor folder
In the example - you can put in the image url of your choice
The option can be left, right, bottom, top
 
Back
Top