Maybe you have forgotten to place all html output inside <cfoutput>...</cfoutput> Tags? The default for most pages is <cfsetting enablecfoutputonly="yes">, so nothing will be rendered to html if it is not placed inside <cfoutput> Tags. This will reduce the mass whitespace output.
The Container Rule has a <cfsetting enablecfoutputonly="no"> before invoking the methods on the objects inside the container, so it will be displayed. Best regards, Hendrik Kramer Webentwicklung Lwd e-solutions gmbh +++ kruppstrasse 82-100 +++ 45145 essen T.: 0201-8 20 20 20 +++ F.: 0201-8 20 20 44 +++ www.lwd.de +++ e-commerce +++ content management +++ design ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
