Add the extra empty lines

Peter_1985 2,806 Reputation points
2025-07-31T03:37:39.21+00:00

Hi,

For table (tr td) lines on the page, how to add the extra empty lines below?

圖片

Developer technologies | ASP.NET | Other
0 comments No comments
{count} votes

Accepted answer
  1. Viorel 123.8K Reputation points
    2025-07-31T04:52:38.3333333+00:00

    For example, add a style to table: <table style="margin-bottom: 30pt">. Or simply add <br/><br/> after the table (after </table>). To insert an empty row, you can also add <tr><td colspan="7"><br /></td></tr>, where colspan is the number of columns.

    To find an appropriate solution, show details about the elements and table .

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Peter_1985 2,806 Reputation points
    2025-08-13T02:47:12.04+00:00

    Really so sorry to post the other issue as I cannot create the other thread (within this forum) now.

    @Site Support

    Could you help to my issue below? What action is needed to resolve it? Many thanks.

    User's image


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.