Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26521

    I have many HTML documents constructed like below:
    <div ><br /> <div>div text</div><br /> <table><br /> <tr><br /> <td class="a">cell text</td><td class="a">cell text</td><br /> </tr><br /> ...<br /> </table>
    and associated CSS
    body{<br /> font-size:70%;<br /> }<br /> table {<br /> font-size:100%;<br /> }<br /> td.a {<br /> font-size:100%;<br /> }

    In HTML view (IE, FF …) both: “div text” and “cell text” have the same font-size (70%) but in generated PDF the “cell text” is bigger than the “div text”.
    Is it a bug in PD4ML or is it a feature ?
    Is the way to achieve in PDF the same result as in HTML without CSS manipulation ?

    #28430

    The forthcoming release (v371b) should fix the issue.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.