Quote:
Originally Posted by Snakey
I've modified it a bit so it makes use of css (w/o align-attribute) and made it xhtml compliant:...
|
Wow!
Great suggestions guys, thanks!
I also did a "thumbnail" one, that always dislays a 150px wide version of the picture with a link to the original one.
Title: Float image with thumbnail
Tag: FLOAT (or IMG if you prefer)
Replacement: (
now fixed 8/2/06)
<a href="{param}"><img alt="" border="0" src="{param}" style="width:150px; margin: 0px 10px 10px 0px; float: {option};"/></a>
Example: [
float=right]https://vborg.vbsupport.ru/images/smoothblue/buttons/reply.gif[/float]This image should be 150 px wide, should align to the right of these texts and should link to the original full sized image
Description: This image tag allows align option. The align option can be LEFT or RIGHT.
Use {option}: Yes