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

    Hi,

    I have a few tables inside my jsp page with cells like this

    the thin solid black bottom border is not showing up in the pdf, even though if I take away the custom tags the page renders fine into html with the borders showing.

    Any idea how to solve this ? thanks !

    #28527

    1. you need to define
    TABLE {empty-cells: show}
    or to add any content to the cell:

     

    2. For some reason “thin” is not understood by the HTML renderer, so as a temporal workaround please use numeric border width:
    border-bottom: 2 solid black

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

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