cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Styler pica to px issue in HTML output

GregoryMackenzi
1-Newbie

Styler pica to px issue in HTML output

Hi,
I am working on a Styler stylesheet and I noticed that my HTML output has very narrow columns for the tables, when I checked them I noticed that the value for width is set to px. In the source it was set to picas.
Arbortext Editor XML:
<tgroup cols="3">
<colspec colname="col1" colwidth="12.80pi"/">
<colspec colname="col2" colwidth="12.00pi"/">
<colspec colname="col3" colwidth="13.00pi"/">
Styler HTML Output:
<colgroup>
<col style="width:" 12.8px;=" &quot;=">
<col style="width:" 12px;=" &quot;=">
<col style="width:" 13px;=" &quot;=">
</colgroup>
Obviously, this conversion of units is way off. I am hoping there is a fix for this issue in Styler. Any ideas?

Many thanks,

Greg
🙂
0 REPLIES 0
Top Tags