Using HTML is as simple as 123… you don’t have to be an expert in web page design to put a little HTML in your description. Here are some examples of HTML in action:
HTML code
How it actually looks like
<font face=”Verdana, Arial, Helvetica, sans-serif” size=”2″><b>Must Sell, Bargain!</font> Must Sell, Bargain !
<ul>
<li>Bullet 1
<li>Bullet 2
</ul>
  • Bullet 1
  • Bullet 2
<font face=”Verdana, Arial, Helvetica, sans-serif” size=”2″>Big Font</font> Big Font
<font face=”Verdana, Arial, Helvetica, sans-serif” color=”red” size=”3″> Bigger Red Font</font> Bigger Red Font
<i>italics</i> italics
<center>Centered Text</center></font>
Centered Text
<font face=”Verdana, Arial, Helvetica, sans-serif” color=”blue” size=”3″><center><b>Big Blue Centered Bold</font></b></center>
Big Blue Centered Bold
Line 1<br>
Line 2 <br>
Line 3 <br>
Line 1
Line 2
Line 3
Add images :
<img src=”http://i1.lelong.net.my/L.gif”>
In the last part, you can see how to insert an image using HTML. The height and width should be the actual height and width of your image, in pixels, and the part after “SRC=” should be the actual location of your image.