Back to Design FAQs
How do you style text with bold, underline, italic or striked?
Answer
Use markup tags to style text.
Label LIVE uses markup to stylize a text object's font. What this means in practice is learning how to use <b>
, <u>
, and <i>
to wrap the words you want to change.
If you're familiar with HTML you're in good company. If not, don't worry! It's easy.
Examples
Bold the name in a greeting:
Hello, my name is <b>Label LIVE</b>.
Underline a warning:
WARNING: <u>EXTREMELY FUN!</u>
Italicize a date:
Let's celebrate on <i>January 1</i>.
Strike through a discounted price:
Price $4.99
Was <s>$9.99</s>
Of course, markup can be included in spreadsheet or CSV data. Read more about it here...