JavaScript is disabled on your browser.

Show CSS properties in editor

Show CSS properties in editor enables the editing of the style properties in the CSS editor. By clicking on Save CSS, your changes will be applied. Undo last action and Redo last action allows you to move forward and backward in the history of editing steps.

Please note that own comments will not be saved.

In order to edit text or links in table columns, an a or a span has to be appended to the selector.

Example: the default selector

table.Table_Standard > tbody tr td.textvcontrol5ECDF9CF

hits the background properties of t he table. The edited selector

table.Table_Standard > tbody tr td.textvcontrol5ECDF9CF span

influences the text format in the table cells of the column.