I have a section in my report that displays any comments made to a yes/no/na question in my survey. There are 17 potential comments that could be made. The problem that I am facing is that if a comment is not made, there is whitespace in between each question that might have been answered.
Here is an example:

Formatting looks like this:

Ideally, I would like to remove the whitespace between the questions so they are all stacked nicely. I haven't been able to figure that out and from what I read it is not possible because there is a carriage return at the end of each conditional statement.
So... What I did was put all the conditional statements on one line with no carriage returns. What I am wondering is if there is a way to force a carriage return as part of the conditional statement? I tried adding <br> and that didn't work. Here is the formatting of my report template:

And the result is:

Thanks for any suggestions
-Andrew