Use these basic HTML syntaxes to make your landing page look better.
(This trick is only suitable for the product descriptions to make the landing page look more user friendly. Please don't apply for other uses on the Scantrust portal.)
- Line breaks
<br>
Put <br> at the end of a sentence to break the line.
- Bold
<strong>content</strong>
- Italic
<em>content</em>
- You could also combine different effects like this:
<strong><em>bold and italic</em></strong>
- Change font size
<font size="+1">content</font>
Make your content font size 1 level bigger than the page default size. The bigger number you put <font size="+n"> the bigger the font gets.
EXAMPLE
normal<br>
<strong>bold</strong><br>
<em>italic</em><br>
<strong><em>bold and italic</em></strong><br>
<font size="+2">big</font><br>
<font size="+3">bigger</font><br>
<font size="+4">bigger than bigger</font><br>
↑↑↑
Enter the content like this in the production description will turn into look like below on the landing page.
↓↓↓
Comments