Hi all!
Just put a STYLE code into image tag
Example:
1) Add Image (Alignment ; none, size: X)
<img src="http://guerry.wordpress.com/files/2008/05/adoleschenchos.gif" alt="" title="adoleschenchos" width="166" height="211" class="alignnone size-full wp-image-108" />
2) Clean the code-crap (alignment values, alt, etc):
<img src="http://guerry.wordpress.com/files/2008/05/adoleschenchos.gif" width="166" height="211" />
3) Put align & style code:
IE:
align="left" style="margin-top:2;margin-right:10;margin-bottom:4"
Resulta:
<img src="http://guerry.wordpress.com/files/2008/05/adoleschenchos.gif" width="166" height="211" align="left" style="margin-top:2;margin-right:10;margin-bottom:4" />
** Don't erase final slash ( / )
**Works for any browser
-------------------- See how look it:
http://guerry.wordpress.com/2008/05/19/los-adoleschenchos/
-------------
You can adjust and add values
Salud!