Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Dan,
Have you tried building the table on the fly using the FOSI? Each title would fill a forward-looking variable scoped to the element containing the titles. Assuming you always have a primary title, it would be the element to build the table and print it after the primary title. Both titles would have their content suppressed. When the table is built, the variables would place the content of the title tags into the entry for each column. Since it's a table, it's always the same size, as well as having the background filled in.
Fromyour previous post:
source="!<table><tgroup cols="2"><colspec colname="col1" colwidth="2.00in"/">
<colspec colname="col2" colwidth="2in"/"><tbody><row>
<entry valign="top">!,prtitle.txt,!</entry>
<entry valign="top">!,sectitle.txt,!</entry>
</row></tbody></tgroup></table>!"
The "!" symbols are important for the coding.
Hope this helps,
Bob