Thanks Jake. I ended up making several changes to various pages. The
container.cfc was the biggest offender. I added <cfsilent> around the
<cfset html = createObject("component",
"#request.aInvocations[i].typename#") .... >
And then added a trim around the html. Those seemed to help my news
rule. But for other containers in the left and right columns, I had to
add some cfsilents and another trim to container.cfm. Even empty
containers were allowing hundreds of blank lines in the source.Hopefully this will help some other people with the same issue. Matt On 10/26/07, Jake Churchill <[EMAIL PROTECTED]> wrote: > > In the execute function of the rule, you might try adding this: > > <cfprocessingdirective suppresswhitespace="true"> > > _____ > > Jake Churchill > Team Leader > 11204 Davenport, Ste. 100 > Omaha, NE 68154 > http://www.cfwebtools.com > 402-408-3733 x103 > > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Matt Williams > Sent: Friday, October 26, 2007 10:31 AM > To: [email protected] > Subject: [farcry-dev] White Space > > > On this page I am using a simple news listing rule to show 10 news > items per page. The view source has a ton of extra white space between > each item and before and after the pagination pieces. > > http://www.ecivis.com/go/ourcompany/news/articles/matttest > > It seems the white space causes extra spacing in IE more so than FF. > Is there a way to get rid of this? I already one thing that helped, > but not entirely. In \plugins\farcrycms\packages\rules\ruleNews.cfc, I > changed the execute function to have output="false" (was set to true). > > Thanks, > > -- > Matt Williams > "It's the question that drives us." > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
