Center email body in email notification

Amy13
Tera Contributor

Hello! I've got 2 different email notifications (one on the left and one on the right in the screenshot). The body content for the one on the left isn't centered but the right one is. The right one has additional coding, but I'm not too sure how to apply it to the one of the left. Thoughts?

find_real_file.png

3 REPLIES 3

Aman Kumar S
Kilo Patron

Copy the same line of code in your html

after <body>tag on the left, add <div align="center"> and just before </body> add </div>

Best Regards
Aman Kumar

Hi Aman, this is generated when the email has already been sent. I see this when I go to System Logs > Emails.

However, I need this set at the notification configuration level by going to System Notification > Email > Notifications, and I'm not sure how to center it here.

You can set the tags using source code:

find_real_file.png

Best Regards
Aman Kumar