|
The below code: <INPUT TYPE="hidden" NAME="Products" VALUE="Unit Price::Quantity::Product Code::Description::Flags <CFLOOP
QUERY="Basket"> <CFQUERY
NAME="ProductInfo" DATASOURCE="GordonPape"> SELECT * FROM BS_PRODUCT WHERE PRODUCT_ID =
#PRODUCT_ID# </CFQUERY> <CFOUTPUT> |#PRICE#::#QUANTITY#::#PRODUCT_ID#:: <CFIF #trim(ProductInfo.AdminDesc)#
NEQ ""> #ProductInfo.AdminDesc# <CFELSE> #ProductInfo.Product_DESCR# </CFIF>:: </CFOUTPUT> @{GST}{HST}@ </CFLOOP> <CFOUTPUT> |#Shipping# </cfoutput> ::1::shp::Shipping::{GST}{HST}" > produces a blank line before and after the marked (@@)
areas. The @@ aren’t actualy in the code, I’m just using them the
let you know the area. How could I stop this from happening? Andrew |
