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

    Hi Why am i getting different results?

    Pdm4 shows a different result as the preview in Browser (which is the correct one)

    Check this htm file (in sample.zip)

    #30094

    Unfortunately you did not provide an exact description what does not match in the layouts. I could see only a difference in font family used to display the text.

    It is caused by an unsupported (by current PD4ML v3) line height definition construct in CSS font property:
    font: 12px/18px Arial, Helvetica, sans-serif;
    As a workaround you can change the styles to something like that:
    font: 12px Arial, Helvetica, sans-serif; line-height: 18px;

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

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