Align to the right in emails

Hi,

I am working on an invoice email and it would look better if the amounts could be aligned to the right.

Is there anyway to achieve this please?

Thank You!

Hi Paul,

This can be achieved by inserting HTML formatted text into the email body field:

<p style="text-align:right">{INVOICE AMOUNT}</p>

The downside is the HTML tags do not remain when you return to edit later, so it's best to store your code elsewhere in case you need to make a change to your email text.