Frequently Asked Questions
How do I reuse chunks of HTML?
Q.
- Is there a way to reuse chunks of HTML like headers and footers?
- How do I include small bits of static content in a page
A.
Create a new form containing the chunk of HTML. Give it a name (say, “myform”). Set the type to Misc.
Now, anytime you want to reuse that form, use <txp:output_form form="myform" /> to display it.
Posted 17 August 2005, 10:08 by Alex Shiels
