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?
Page 1 / 1
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%;
}
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.