cfif and blank space showing
Hi, I have a form with several form fields that may or may not have data entered in. This form is used to build new html pages. If a certain form doesn't have data entered, I need this place in the template to be blank. I used a cfif statement
<cfif SESSION.itemWatts NEQ "">Watts: <cfoutput>#SESSION.itemWatts#</cfoutput> </cfif>
Which works very well. However, it still leaves a blank "space" that the Watts line WOULD have taken up. There are about 8 different formfields here in a row that potentially would leave a big gap in the page. Is there a way to "collapse this area when no data is entered? There was a <p> tag around this area, but I removed them and still get the space. If you need any more code, then let me know.
Thanks for any help!
