Thanks very much for the reply. I’ve removed
.format_text a img { margin: 0 15px 0 0; float: none; clear: none}
and added
.format_text img.alignleft {float:left; margin: 0 1em 1em 0}
.format_text img.alignright {float:right; margin: 0 0 1em 1em}
.format_text img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right}
.alignleft {float:left}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
But the problem seems to remain. Am I still doing something wrong?
Cheers, Fiona