Our integrations offer the ability to use the Web Description or long description fired in Retail Express. This is not supported by the Retail Express integrations.
These are not always well tested and any illegal characters will cause failures for the API's and your connection, they must be used carefully! Please do not copy and paste from the web as this almost always will corrupt your database.
New Lines
Carriage returns are ignored in HTML, you need to us <BR> or </P>
Bolding Text
<b> - Bold text </b>
- Bold text
or
<strong> Important text </strong>
Important text
Italic Text
<i> - Italic text </i>
Italic text
Marked Text
<mark> - Marked text </mark>
- Marked text
Smaller Text
<small> - Smaller text </small>
- Smaller text -
Deleted Text
<del> - Deleted text </del>
Inserted Text
<ins> - Inserted text </ins>
Inserted text
Subscript Text
<sub> - Subscript text </sub>
- Subscript text
Superscript Text
<sup> - Superscript text </sup>
- Superscript text
Heading Text
<h2>A Description List</h2>
A Description List
Description List
<dl>
<dt>Coffee</dt>
<dd>- black hot drink</dd>
<dt>Milk</dt>
<dd>- white cold drink</dd>
</dl>
- Coffee
- - black hot drink
- Milk
- - white cold drink
Unordered list
An unordered list starts with the <ul>
tag. Each list item starts with the <li>
tag.
The list items will be marked with bullets (small black circles) by default:
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
- Coffee
- Tea
- Milk
Special Characters
<p>I will display €</p><p>I will display ☝</p>
I will display €
I will display ☝
Char | Number | Entity | Description |
© | © | © | COPYRIGHT SIGN |
® | ® | ® | REGISTERED SIGN |
€ | € | € | EURO SIGN |
™ | ™ | ™ | TRADEMARK |
← | ← | ← | LEFTWARDS ARROW |
↑ | ↑ | ↑ | UPWARDS ARROW |
→ | → | → | RIGHTWARDS ARROW |
↓ | ↓ | ↓ | DOWNWARDS ARROW |