Sorry!
I had fix that problem but i get the same problem when i'm using this code:
-----------------------------------------------
<!--- Top Image --->
<cfimport taglib="/farcry/fourq/tags" prefix="q4">
<!--- get parent nav node details --->
<q4:contentobjectget objectID="#request.navid#" r_stobject="stParent">
<!--- Loop through objects under parent --->
<cfloop from="1" to="#arrayLen(stParent.aObjectIds)#" index="item">
<!--- get object details --->
<q4:contentobjectget objectID="#stParent.aObjectIds[item]#"
r_stobject="stObject">
<!--- check if object is a dmImage object --->
<cfif stObject.typename eq "dmImage">
<!--- display image --->
<cfoutput><img
src="#application.url.webroot#/images/#stObject.imageFile#" width="495"
height="144"></cfoutput>
</cfif>
</cfloop>
-------------------------------------------------
I also get a lot of blank lines and spaces when i'm using:
<con:container label="xxxxx">
On every <con:container> i get about 100 +++ blank lines :(
--------------------------------------
"J�rgen M. SKog�s" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Hi,
>
> I have som few problems that my cfcodes generates a hole lot of blank
lines,
> the example under
> should generate about 30 lines, but when i check it, it's about 1000
lines.
> Someone got a tip for me?
> just 3% of the lines is rawcodes, the rest is blank lines with some blank
> spaces.
>
> Heres the problem:
> --------------------------------------------------------------------------
--
> ---------------
> <cfsetting enablecfoutputonly="yes">
> <cfimport taglib="/farcry/farcry_core/tags/webskin" prefix="skin">
> <cfscript>navFilter=arrayNew(1);navfilter[1]="status IN
>
(#listQualify(request.mode.lvalidstatus,"'")#)";qNav=application.factory.oTr
>
ee.getDescendants(objectid=application.navid.home,depth=1,afilter=navFilter)
> ;</cfscript>
> <cfoutput>
> <table cellpadding="0" cellspacing="0"><tr>
> <td><a href="index.cfm?objectid=#application.navid.home#">Home</a></td>
> <cfloop query="qNav">
> <td><a
> href="index.cfm?objectid=#qNav.objectid#">#qNav.objectname#</a></td>
> </cfloop>
> </tr></table>
> </cfoutput>
> <cfsetting enablecfoutputonly="no">
>
>
>
>
---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004