Viewing 1 post (of 1 total)
  • Author
    Posts
  • #27096

    A table in a table, with both tables a width off 100%.
    In the browser this will evenly divide the width based on the content off the column.
    In pd4ml the long sentence will get all the space it needs and even more, and thereby crushes the short sentence to its longest word.

    Example with htmlWidth 1024
    <br /> <table style="width: 100%; background-color:grey;"><br /> <tr><br /> <td ><br /> A short sentence with a average size and no width.<br /> </td><br /> <td><br /> <table style="width: 100%; background-color:green;"><br /> <tr><td><br /> A very long sentence that fits on one line. So that PD4ml will try to fit it all and pushes the short sences flat.<br /> </td></tr><br /> </table><br /> <br /> <br /> </td></tr><br /> </table><br />

Viewing 1 post (of 1 total)

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