Use case

You need to adjust height/width of the table cells.

Solution

  1. Switch the page to the edit mode.

  2. Insert the Table Transformer macro and paste the table or the macros outputting tables within the macro body.

  3. Select the macro and click Edit.

  4. In the Stylesheet tab enter any of the following CSS:

    td {width:200px; height:50px;} /* Adjusts the height and width of the table cells */
    
    th {height:80px;} /* Adjusts the height of the header row cells */
    CSS
  5. Save the macro and the page.