I'm having some difficulty with formatting photos embedded in blog posts - basically they need a margin and my attempt to force one in on the HTML tag are being overridden.
Advice please on how to give a reasonable margin to eg. a small picture set to left/wrap-text!
"In order to get images to float left or right with text wrapping round and with a margin it is necessary click on the html button next to the rich text editor option and edit the style attribute of the inserted image with the following:
Style=”float:right; margin-left:20px”
This will move the image right and add a left hand margin of 20 pixels. Alternatively the image could be uploaded with the border already in place meaning the user will not have to edit the html."