Sometimes I just try to make a problem more complex than it should be. <
and > were just to simple of an answer and work just fine.
Thanks for your help,
Rich


-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 18, 2001 2:08 PM
To: CF-Talk
Subject: RE: Syntax Output??


You mean you want to display <CF...> on screen? Same way you would do HTML.
Either manually change < to &lt; and > to &gt;, or, if it's a file, use
CFFILE to read it and do the change w/ regex.

Also, I _think_ someone wrote a CFX to do exactly this, plus some other
formatting things. I want to say it's one of the big CF sites but I can't
remember which.

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda

> -----Original Message-----
> From: Alii Design [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 18, 2001 2:11 PM
> To: CF-Talk
> Subject: Syntax Output??
>
>
> How can I display a tag syntax within a .cfm page without
> executing the tag?
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to