Skip to main content
February 2, 2010
Question

tags?

  • February 2, 2010
  • 1 reply
  • 360 views

I have a CF page that has a table, this table is output into an exl format then imported in to pagemaker. The pagemaker uses tags to set the styles. like: <Category>

Since CF is tag based Im not sure how I can display <Category> in my table output. Right now it just skips it. Any thoughts?

Thanks

George

    This topic has been closed for replies.

    1 reply

    Inspiring
    February 2, 2010

    If you mean displaying tags < ..> in an html page, that has nothing to do with CF.  The tags must be properly escaped so the browser does not interpret them as markup.  You can use functions like HTMLEditFormat to convert the special characters to "their HTML-escaped equivalents"


    http://livedocs.adobe.com/coldfusion/8/functions_h-im_04.html