Use of bold italics and color text in invoices estimates

is it possible to use of bold italics and color text in description fields invoices estimates

Hi @pelican

Yes, the invoice lines support HTML, so you’re welcome to use HTML tags such as <b> or <strong> for bold, <em> or <i> for italic.

For example:
Some of this <strong>text</strong> is bold. Some of it is <em>italic</em>

Would produce:
Some of this text is bold. Some of it is italic

1 Like

i dont know anything about coding but i got that how do i combine both

You can put one inside the other. So for bold and italic, you could do:

<strong><em>This is italic and bold.</em> This is just bold</strong>

Output:
This is italic and bold. This is just bold

This topic was automatically closed after 7 days. New replies are no longer allowed.