That's a good explanation / demonstration Matt. -- Adam
>No, it doesn't. You're flat out wrong. CF does not, has not, and never will >parse HTML. > >It only looks for CFML code to parse, and handles it accordingly. > >Ex. > ><img src="/foo/bar/image.png" /> <!---// never parsed by CF ---> > ><img src="/#foo#/bar/image.png" /> <!---// never parsed by CF ---> > ><cfoutput> > ><img src="/foo/bar/image.png" /> <!---// never parsed by CF ---> > ><img src="/#foo#/bar/image.png" /> <!---// CF only parses #foo#, and only >because it's within a cfoutput ---> > ></cfoutput> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357184 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

