Textpattern

Return to main site

Related

Frequently Asked Questions

How do I reuse chunks of HTML?

Q.

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

---