Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26455

    Hi All,

    IS IT Work HTML TD Col-Span Attribute In PD4ML ?

    If It Is work:

    We Have One Table the columns of it Doesn’t span. Please Give Me Help For The How To Col-span For Table Columns

    The Table Code IS
    <table border=1 width='100%' height='100%'><br /> <tr><br /> <td >data</td><br /> <td >data</td><br /> <td >data</td><br /> <td >data</td><br /> <td >data</td><br /> </tr><br /> <tr><br /> <td colspan="3">span</td><br /> <td colspan="2">span</td><br /> </tr><br /> </table>

    When We Execute This Html code They Given PDF File Doesn’t Shows the Table col-span
    Please Give me help For This Problem

    I Show the PDF File Below Please See it and Edit The My Code

    #28210

    Try to add any content to the table cell (for example,  ) or to apply the following CSS style to the table:
    table { empty-cells: show; }

    #28211

    @PD4ML wrote:

    Try to add any content to the table cell (for example,  ) or to apply the following CSS style to the table:
    table { empty-cells: show; }

    I try What You are Say But It Not Works .. Please See The Given Document

    #28212

    Hmm… Of course I tried and it does work. See attached.
    I copy-pasted HTML from your post.

    Are there any exceptions or error messages printed to STDOUT (or server’s log)?

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

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