Quantcast
Channel: PTC Community : All Content - Arbortext
Viewing all articles
Browse latest Browse all 1645

Column Widths in Styler Sheet changed from pi to px, how?

$
0
0

Hi,

 

I am working on a 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; ">
                 <col style="width: 12px; ">
                 <col style="width: 13px; ">
              </colgroup>

 

Obviously, this conversion of units is way off. I am hoping there is a fix for this issue in Styler. Any ideas?


Viewing all articles
Browse latest Browse all 1645

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>