[thelist] Tip: CF CustomTags with XHTML styling

Joshua Olson joshua at waetech.com
Wed May 29 10:52:03 CDT 2002


<tip type="CF CustomTags with XHTML styling" author="Joshua Olson">
Do not close CustomTags in CF with a slash.  E.g.

<cf_mytag att1="var1" />

Closing the tag with the / will cause the CF interpreter to run the tag
twice, once in each "Execution Mode".  I you are anything like me, you don't
code most of your tags taking the "mode" into consideration unless the tag
will have a true closing tag.
</tip>

-joshua





More information about the thelist mailing list