Show table row and column when text field is blank

Dear all,

  1. how to show the table row and column when the form doesn’t contains any data on web?

  2. I had set the color for the text of text field on web by setting color:blue at the HTML Tags - Style. Its working fine when the document is in edit mode. However, when the document is in the save mode, the text color can’t set to blue. Any idea?

Any help would be highly appreciated.

Thanks in advance.

Subject: Show table row and column when text field is blank.

Question 1: Add a BR tag to empty cells.

HTH

Subject: RE: Show table row and column when text field is blank.

really thanks for your help, Patrick…