inline templates

Could someone point me to the documentation for how to set up an inline variant? I had it working before, but I tried swapping out the snippets I was using and now it’s not working anymore.

April,

Inline Templates require one special consideration: when coding a Snippet to be used inline, the immediate child of the <body> tag must be a single <div> tag; all other code must be contained in this <div> tag. The <body> tag can have no other immediate children.

See the note in the topic “Implementing Snippet Templates”, p. 125, in the Implementation Guide (Version 6.5.2 link).

Otherwise, you add an inline Snippet to the appropriate inline Slot normally.

RLJII