Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
72:editor_tables [2019/02/18 17:52] ext-bkkr72:editor_tables [2019/02/18 17:53] – [Use CSS Styles for Tables] ext-bkkr
Line 22: Line 22:
   - Insert a table and enter some text in the table header and cells.   - Insert a table and enter some text in the table header and cells.
   - Enter at least the following css style definitions in the custom.css file on the Stages server because these styles are predefined in the standard.css file. The classname (in this example <font inherit/Courier New,Courier,monospace;;inherit;;inherit>minimal_table_style</font>) must be specified after the <font inherit/Courier New,Courier,monospace;;inherit;;inherit>stages_description</font>class.   - Enter at least the following css style definitions in the custom.css file on the Stages server because these styles are predefined in the standard.css file. The classname (in this example <font inherit/Courier New,Courier,monospace;;inherit;;inherit>minimal_table_style</font>) must be specified after the <font inherit/Courier New,Courier,monospace;;inherit;;inherit>stages_description</font>class.
 +
 +<code>
 +.stages_description .minimal_table_style table {}
 +.stages_description .minimal_table_style tr {}
 +.stages_description .minimal_table_style td {}
 +.stages_description .minimal_table_style th {}
 +.stages_description .minimal_table_style tr p,
 +.stages_description .minimal_table_style tr h1,
 +.stages_description .minimal_table_style tr h2,
 +.stages_description .minimal_table_style tr h3,
 +.stages_description .minimal_table_style tr img {}
 +</code>