Skip to main content

Turn Cell into Table Header

You can make any individual table cell look like a table header cell. This can be useful if you want a complex table where cells inside the table also look like header cells.

Note

Although you can set Paligo to make a table cell look like a table header cell, it is still a regular cell in the structure. It does not change to use the th element instead of the td element.

  1. Select the topic or component in the Content Manager to open it in the Editor.

    Content Manager in Paligo. It shows the Documents section contains an Acme 100 Topics folder. Inside the folder there is a publication and many topics, including "Connect to Network (100).

    Alternatively, you can Create a Topic and edit that.

  2. Select a cell that you want to look like a table header cell.

  3. Select the td element for the cell in the Element Structure Menu and choose Go to element.

    Element Structure Menu. The td element is selected, revealing a menu. The Go to element option is highlighted.
  4. Add class attribute in the Element Attributes Panel.

    Element attributes panel. A td element is selected and it has been given a class attribute. The value of the class attribute is set to tableheader.
  5. Set the value to tableheader.

  6. Repeat steps 2 to 4 for each cell that you want to look like a table header cell.

  7. Select Save. Save icon.

When you publish, Paligo will style the cell in the same way as a table header cell.