<dpComment>
D E F I N I T I O N:
<dpComment> provides a method for you to put comments within your template. Unlike HTML comments, these comments will be removed when the template is built.
<dpComment>Comment goes here.</dpComment>
<dpComment>
Comment goes here.
</dpComment>
A T T R I B U T E S:
Not applicable.
E X A M P L E S:
<dpComment>
--------------------------------------------------------------------------
Create a list of all the authors in my database.
--------------------------------------------------------------------------
</dpComment>
<dpQuery issue="all" realm="author" sort="author">
<dpAuthor><br>
</dpQuery>
| Home: Support: Reference Guide: Miscellaneous Tags: <dpComment> | Questions? Comments? Please write support@desert.net. |