Softany Txt2Htm2Chm Reference Previous Topic Next Topic

INC

Syntax

[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">&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>


Source text:

[INC]table1.txt[/INC]

Effect:

     
   
   



Previous Topic Next Topic