Question
output of query gives unwanted whitespace
Hi
A client asked to create a small application in CF. I have no experience with cf and now I have a problem.
I'm querying a database and I want to put the results of the query on screen. Inititally I used the cfoutput tag to output the entire query to the screen, but it gives me a white space between the different records. I don't want that since it's html code that I'm putting on the screen.
I also tried looping through the query myself with cfloop and then use the output tag
How can I prevent the white space between the different records ?
thx !
A client asked to create a small application in CF. I have no experience with cf and now I have a problem.
I'm querying a database and I want to put the results of the query on screen. Inititally I used the cfoutput tag to output the entire query to the screen, but it gives me a white space between the different records. I don't want that since it's html code that I'm putting on the screen.
I also tried looping through the query myself with cfloop and then use the output tag
How can I prevent the white space between the different records ?
thx !
