Skip to main content
July 2, 2006
Question

text blocks from included page

  • July 2, 2006
  • 1 reply
  • 201 views
i have landed a catalog site...

each page has a dynamic table but the table styles are all over the place (don't ask)....what i want to do is have a page with the table heads blocked out so i can reference on the fly.

this page would have each table head rows (up to 3 with col and row spans) as a block and i need to pull up that block only.

is there a cf tag that i can isolate that text block in? needs a closing tag and be named in a cfoutput tag.

think would reference in display page with cfinclude as in <cfinclude template="tableheads.cfm?hd=a"> or something.

tnx in advance
This topic has been closed for replies.

1 reply

Participating Frequently
July 3, 2006
Sounds like a job for a custom tag. The custom tag can accept arguments, which allow you to customize the content on the fly. You'll have to "roll your own."