Apply specific text formatting rule to individual cells in table - EDD
In our Table element, we have an Attribute List to select the type of table to create (we have a number of pre-defined table structures).
One of the table structures we use is to insert notes/comments into our documents. It's a single row, 2 column, table. Currently, in the first cell, we use a specific paragraph tag to insert an appropriate graphic (Frame Above Pgf) depending on the type of note/comment. The second cell (using a different paragraph tag) contains the text for said note. I'm having trouble defaulting the paragraph tag used in the first and second cell in the table, respectively.
I have my Table and Cell elements set up as follows:

When I insert the Table element, selecting Note as the Attribute, the format rules fail on the TableType and I'm not sure why (It is entirely possible that I've got it set up wrong).

For some of our other Tables, we also need to specify a different paragraph tag for the first row of the table, and a different paragraph tag for the subsequent rows.
