Hi there
After inserting an image into the text area and align right or left, how can I add a left or right margin, so the text is not butted around image?
Thanks
After inserting an image into the text area and align right or left, how can I add a left or right margin, so the text is not butted around image?
Thanks
Re: inserted images - how to create left or right margin
However, I recommend against this. It's better to define such a margin within you stylesheet.
Re: inserted images - how to create left or right margin
In the advanced dialogue box thers a section for stylesheets, how do i use this. Couldn't find it in the manual
Re: inserted images - how to create left or right margin
preparations
If you know css, it should be easy.
add to your style.css something like the following
IMG.spaceRight { margin-right: 14px;}
use it
in the image dialog, enter spaceRight for Stylesheet Classes