[INC]filename[/INC]
Description
Include a text file. Softany Txt2Htm2Chm supports importing texts from text files. We often use these tags to import the html source of a complicated table from a text file.
Example
Assuming table1.txt have stored in Included Files Folder.
table1.txt
<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>
<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>
Source text:
[INC]table1.txt[/INC]
Effect:

