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
|
{table}
{tr}
{td} First cell {/td}
{td} Second cell {/td}
{/tr}
{/table}
"=> >
|
 |
|
result
|
{table}
{tr}
{td} First cell {/td}
{td} Second cell {/td}
{/tr}
{/table}
|
|
|