Current, the only html tags that we can use in VI description is <b>bold</b>. It will be nice if we have more html formating tags, for example, the bullet list and table (see below). More tags will allow us to create VI description that is more organized and easier for the user to understand.
Yik
Bullet List:
<ul>
<li type=square>First item
<li type=square>Second item
<li type=square>Third item
</ul>
Table:
<table border="1">
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.