Skip to main content
1-Visitor
October 1, 2014
Question

Styler pica to px issue in HTML output

  • October 1, 2014
  • 0 replies
  • 444 views
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
🙂