All of our css files are in the “pages” view vs. shared resources > CSS. The application is working 100%… looks great until additional rows are added. We’re trying to add more fields. The fields look fine (in 2nd column) but the cells in the 1st column are white vs. the formatted color. Any thoughts?
Update #1: I looked at the source… and I see class=“shaded”. Here is the line for the “good” cell…
Name:
John Doe
Here is the line for the cell missing the formatting:
Thanks… was just updating my original posting while you were typing! The rest of the form (minus new rows/fields) are working as before. I would like to test. What should I use in the HTML head content… just paste contents of style_all.css in the HTML Head Content? Just want to make sure…
I should note that the new rows/fields are in a subform. The subform is then inserted into the main form -w- the HTML Head Content.
I opened the table properties dialog box then the “@” tab on the end where the class, style, etc… are defined. I noted that “shaded” was in the Class field (when cursor was in “good” row) but not when I clicked to the row missing the formatting. I just plain forgot that the table properties changes like that… just thought it was global for the table. Hope this helps someone else…