Skip to main content
Participating Frequently
June 10, 2011
Question

Process htm/html files

  • June 10, 2011
  • 2 replies
  • 721 views

How do I get builder to work with an html file as if it were a .cfm file. I have a site where the htm files are cfm files processed by the ColdFusion server.

This topic has been closed for replies.

2 replies

Known Participant
June 10, 2011

Let me know all your other problems which you are facing regarding tags.

Participating Frequently
June 22, 2011

For instance, currently I'm writing a page that has has all sorts of CF code.

I type in <cfif 0 is 0></cfif> and it shows a red X on the left with the following "cfif not recoginized"

Known Participant
June 10, 2011

just change the property Valid Extensions in Debug settings and specify html

Participating Frequently
June 10, 2011

Thanks. I tried that. It still hates many of my cfm tags when there in an htm file.