Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
While using the editor my customer asked how to center the image, as in the editor, it shows only options right and left Image

Any help appreciated
You can center an image by placing it on a line by itself and centering the entire paragraph using the format buttons in the editor. The HTML will be
Code: Select all
<p style="text-align: center;"><img src="path/to/image.jpg" alt="" /></p>

Leave the alignment "not set" in the pop up box.
2 posts Page 1 of 1
cron