How to center align an image in a library message? | XM Community
Skip to main content

We are looking to center an image in an email invite. When we highlight the image it only allows you to left align or right align. Does anyone have any custom HTML that will center align this image? 

Use rich text editor functionality of library message.


This doesn’t work. When you highlight an image in rich text editor the center align is grayed out. You can only select between Left and Right Align

 


center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


@Umang Upadhyay where does this go? It isn’t working in the style box of the image properties.


Hello Sydney, you can align the image either left or right using the rich text editor and then using the source (2nd icon from the last in rich text editor) you can change the value for <align> tag to centre.


Leave a Reply