Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
72:editor_tables [2022/01/31 13:33] sph72:editor_tables [2024/02/15 00:00] (current) – external edit 127.0.0.1
Line 34: Line 34:
 1. Insert a table and enter some text in the table header and cells. 1. Insert a table and enter some text in the table header and cells.
  
-2. 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 class name (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>+2. 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 class name (in this example minimal_table_style) must be specified after the stages_description class.<code>
  
 .stages_description .minimal_table_style table {} .stages_description .minimal_table_style table {}
Line 52: Line 52:
 //Note: You can also enter an ID if you have a CSS definition with IDs//. //Note: You can also enter an ID if you have a CSS definition with IDs//.
  
-In this example, the style class is named <font inherit/Courier New,Courier,monospace;;inherit;;inherit>minimal_table_style</font>.+In this example, the style class is named minimal_table_style.
  
 <code> <code>
Line 89: Line 89:
 </code> </code>
  
-This example uses the CSS id selector <font inherit/Courier New,Courier,monospace;;inherit;;inherit>minimal_table_style</font>in the advanced tab of the table properties.+This example uses the CSS id selector minimal_table_stylein the advanced tab of the table properties.
  
 <code> <code>