Skip to content

Row Formatting

You can format entire rows in a table using the tags below. These can be included in any cell within a row and will apply the formatting to all cells in that row.

Row Background Colours

You can change the background colour of all cells in a row using tags like the ones below. The colour names are automatically translated into the required RGB values:

<red background row>
<blue background row>
<yellow background row>
<green background row>

You can also use a specific RGB combination or hex code using the below formats (these examples are red).

<RGB(255, 0, 0) background row>
<#ff0000 background row>