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:323683
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to