Awesome, that did it. Thanks a bunch Peter and have a great weekend.
> You've got: > > <cfoutput query="qMembers"> > [content] > </cfoutput> > > Which is: > > <cfoutput query="qMembers">NEWLINE[content]NEWLINE</cfoutput> > > Hence why you're getting empty lines. > > You need your content to start on the same line as the opening > cfoutput, or end the tag on the same line as the content. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323695 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

