Table of Contents
Introduction
Information Tags
String Tags
Variable Tags
URL Tags
If Tags
Graphics Tags
Database Tags
Programming Tags
Supports System
SSI
htaccess
Image Maps
Appendix
|
Attributes
- pre
-
Encloses the section within a <pre> tag as well.
Example
source code
|
<doc pre>
{table}
{tr}
{td} First cell {/td}
{td} Second cell {/td}
{/tr}
{/table}
</doc>
|
 |
|
result
|
<table>
<tr>
<td> First cell </td>
<td> Second cell </td>
</tr>
</table>
|
|
|