CALS Table CSS Question
Posted: Wed May 07, 2014 7:43 pm
Need assistance with a issue in Author display for CALS table. In the sample code below there are two ROWs. The second row has an <EFFECT> prior to the first <ENTRY>. In Author when ROW > EFFECT encountered I need a blank row between the two rows where a text string can be displayed. The table formatting should be removed for that row and then resumed when ROW > ENTRY started. Can this be done with just Author CSS.
Display should look something like this in Author mode:
Code: Select all
<ROW>
<ENTRY><PARA>Cell 1</PARA> </ENTRY>
<ENTRY><PARA>Cell 2</PARA> </ENTRY>
<ENTRY><PARA>Cell 3</PARA> </ENTRY>
</ROW>
<ROW>
<EFFECT EFFRG="001999"/>
<ENTRY><PARA>Cell 1a</PARA> </ENTRY>
<ENTRY><PARA>Cell 2a</PARA> </ENTRY>
<ENTRY><PARA>Cell 3a</PARA> </ENTRY>
</ROW>
Code: Select all
|Cell 1|Cell 2|Cell 3|
EFFECT: 001999
|Cell 1a|Cell 2a|Cell 3a|