Quote:
Originally Posted by HappyPike
Someone asked me to post my version of the IMG with align code, so here it is:
......
Some of you may not like to use the "align" within <IMG>, but I don't have problem with it myself. 
|
I've modified it a bit so it makes use of css (w/o align-attribute) and made it xhtml compliant:
Title: IMG with align option
Tag: IMG
Replacement: <img src="{param}" style="margin:0px 5px 0px 5px; border-width: 0px; float:{option};" alt="Image" />
Example: [img=right]https://vborg.vbsupport.ru/images/smoothblue/buttons/reply.gif[/img]This image should align to the right of these texts.
Description: This image tag allows align option. The align option can be LEFT or RIGHT.
Use {option}: Yes
For replacement, you can also use it without
margin:0px 5px 0px 5px; (which replaces hspace) or without
border-width: 0px; (replaces border)