Best Practices for Content

Editing a Content record if the Configuration Id that you used for Content creation is Closed

To edit a Content record if the Configuration Id that you used for Content creation is Closed, create a new Content version by using an another Configration ID.

Note:

You cannot edit Content record if the Configuration ID used to create that content is closed.
How to set the font size or line height of a single line break

Content Designer places the <br> tag outside the <span> tags and this will inherit the font-size style from its parent object. In case there is no style present for a parent object, it will be set to default value of 10 points.

<div style="font-size:20px"> <span style="font-size:10px"> Some text </span> <br> </div>

In order to avoid the inheritance, create a Style containing the desired font-size and/or line-height attribute and apply it to a particular text through StyleClass.

Setting Padding zero to all table cells in a Content Designer Table
There are 2 ways in which you can set the Padding to 0 in a Content Designer Table:
  • Setting table cell padding using Table Cell properties.

    The default padding for each table cell in Content Designer Table. To set the table cell padding to 0, select a table cell and set padding 0.

  • Setting table cell padding at Table Column and Table Row level.

    The default padding for columns in table is set to 12 px. To set the cell padding to 0, select the entire column and set padding 0 in the Table Cell Properties. You can follow similar process for a Table Row.