Our integrations offer the ability to use the Web Description or long description fired in Retail Express. 

NOTE : This method is not yet available in the new API's so this applies to the current integrations only.



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 &euro;</p><p>I will display &#x261D;</p>


I will display €

I will display ☝


Char

Number

Entity

Description

©

&#169;

&copy;

COPYRIGHT SIGN

®

&#174;

&reg;

REGISTERED SIGN

&#8364;

&euro;

EURO SIGN

&#8482;

&trade;

TRADEMARK

&#8592;

&larr;

LEFTWARDS ARROW

&#8593;

&uarr;

UPWARDS ARROW

&#8594;

&rarr;

RIGHTWARDS ARROW

&#8595;

&darr;

DOWNWARDS ARROW