Hi
If you want to display image inline with the text, the basic configuration should work like this:
Image:
Text-align: left
Float: left
Text:
Text-align: left
Float: No use float
This means image will float left, text will be displayed on right side of the image and in this case, you should set right margin on image.
Cheers
