Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Your skin needs to contain the #containerBody# variable. If you are still having trouble post an example of your skin to the list. An example might be:

Code Block
title../webskin/container/someskinname.cfm
<cfsetting enablecfoutputonly="true">
 <cfoutput>
<div class="superlist">
   #containerBody#
</div>
</cfoutput>
<cfsetting enablecfoutputonly="false">