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 |
---|
<cfsetting enablecfoutputonly="true"> |
...
<cfoutput> |
...
<div class="superlist"> |
...
#containerBody# </div> |
...
</cfoutput> |
...
<cfsetting enablecfoutputonly="false"> |