The Description field that is completed during Promotion creation does not have any formatting tools available, but you can still use custom formatting in the Promotion's description. To do this, you will need to use HTML code to apply formatting such as line breaks, bold/italicized text, and bullet points. Below are a few examples of how to use HTML to format your Promotion Description field:
Adding Line Breaks
Start your description
<br>
Include the line break code between each line
<br>
Complete your description
Bolding Text
Include <b>Bold Text</b>
Italicizing Text
Add <i>Italics</i> to text
Adding Bullet Points
Listed Below:
<ul>
<li>Item #1</li>
<li>Item #2</li>
<li>Item #3</li>
</ul>
The Description Field will also support other HTML formatting not covered here. Please contact our support directly at support@massagebook.com or 843-352-2026 with any questions about additional formatting.