How can I edit an Estimate to add Bold text? I’ve searched the knowledgebase for an answer and it seems that it’s possible by using HTML? - not sure how to do this!
Hi @PeterD
That’s correct - HTML would be the right way in this case.
You can do either <b>
around the text you want bold.
For example:
<b>This is some bold text.</b> But this is not
Results in:
This is some bold text. But this is not.
Thanks, got it.
I really like your software!
1 Like
This topic was automatically closed after 7 days. New replies are no longer allowed.