The Easiest Way to Save and Share Code Snippets on the web

slipt up article then insert something in the middle

cfm | by: meijiOrO

posted: May, 16th 2011 | jump to bottom

<cfloop from="1" to="#listlen(article,chr(13) & chr(10))#" index="i">
            	<cfif i gt 2 and i is int(listlen(article,chr(13) & chr(10))/2)>
                     <cfinclude template="/includes/marketplace_offers.cfm">
                 </cfif>
		<p>#listgetat(article,i,"#chr(13) & chr(10)#")#</p>
</cfloop>
101 views