Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Can find how to hide or remove CF table

New Here ,
Dec 07, 2018 Dec 07, 2018

The table "struct" is displaying on the webpage and I can't find in the CF files or wordpress where to hide or remove table(s).  I am not a CF expert or wordpress, but I have experience with HTML.

305
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 07, 2018 Dec 07, 2018

There is probably something that looks like this in your code:

<cfdump var="...">

Remove or comment that out. To use comments to prevent CF code from executing, you'll use HTML comments with one extra dash on each side:

<!---

bad stuff here

--->

Dave Watts, Fig Leaf Software

Dave Watts, Eidolon LLC
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 07, 2018 Dec 07, 2018
LATEST

Thank  you so much.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources