Softany Txt2Htm2Chm Reference Previous Topic Next Topic

HTML

Syntax

[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">&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td rowspan="2" bgcolor="#FF0000">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
[/HTML]

Effect:

     
   
   



Previous Topic Next Topic