[HTML]text[/HTML]
Description
Insert HTML into document. The text between This pair of tags will not be encoded.
Example
Source text:
[HTML]
<table width="100" border="1" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC">
<tr>
<td rowspan="2" bgcolor="#00CC66"> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td rowspan="2" bgcolor="#FF0000"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
[/HTML]
Effect:

