About
Cosmetic formatting is independent of a condition whereas a Conditional Formatting is dependent of a condition.
Articles Related
How to
Suppress the standard 100% width property of a dashboard page
To suppress the inheritance of the default 100% width property of the dashboard page, you can set up the style with a width value to none in the section.
This parameter will generate a style property such as:
<td style="width:none;">
Suppress the wrapping of an attribute column
You may attribute of different lengths (description, code) To get a beautiful table, add this style property to them. This will prevent the text to wrap up in a second line.
<td style="white-space:nowrap;">
See white space
Wrap a long word to a fixed width
@[html]<div style="width:50px;word-wrap:break-word;white-space:pre-line">@H</div>