[REQ] VB Image Hosting BBCode Align Image Tags

Anyway this is now much of a hack but i figure there might be some that will not notice until it's too late and have to edit a bunch of posts to fix that problem. I have also attached 2 images you can use for new buttons or you can make your own.

Add these in AdminCP==>Custom BB Codes==>Add New BB Code
#1
Title: Align Right
Tag: AR
Replacement:
PHP Code:
<div style="float: right; padding-top: 5px; padding-bottom: 5px; padding-left: 5px;">{param}</div>
Example:
PHP Code:
<div style="float: right; padding-top: 5px; padding-bottom: 5px; padding-left: 5px;"></div>
Description: Aligning image to the right from Truly Unusual Image Hosting
Use {option}: No
Button Image (Optional): http://www.yoursite.com/forums/image...Alignright.gif

--------------------------------------
#2
Title: Align Left
Tag: AL
Replacement:
PHP Code:
<div style="float: left; padding-top: 5px; padding-bottom: 5px; padding-right: 5px;">{param}</div>
Example:
PHP Code:
<div style="float: left; padding-top: 5px; padding-bottom: 5px; padding-right: 5px;"></div>
Description: Aligning image to the right from Truly Unusual Image Hosting
Increase Size Decrease Size
Use {option}: No
Button Image (Optional): http://www.yoursite.com/forums/image.../Alignleft.gif

Don't care if you click Install or don't. Not planning on winning any wards with this post lol.
 
Back
Top