Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
72:editor_tables [2019/02/18 18:00] – [Use CSS Styles for Tables] ext-bkkr72:editor_tables [2020/09/11 16:11] aakr
Line 14: Line 14:
   - Select new formating options for your table.   - Select new formating options for your table.
       - //Notice: The **Rows**  and **Columns**  can be changed with the table context menu.//       - //Notice: The **Rows**  and **Columns**  can be changed with the table context menu.//
 +==== Adding a Table to Process Description ====
 +
 +Tables with images: Images are only scaled down if a table width is specified
 +
 +If a table contains images and the table does not fit into the browser window, it is shown in the mobile view:
 +
 +{{  https://doc.stagesasaservice.com/lib/plugins/ckgedit/fckeditor/userfiles/image/72/table110view.png?direct&700x134  }}
 +
 +If you want the images to be scaled down in this case, specify a specific table width, e.g. 100%. To specify the table width… TBD
 +
 ==== Delete a Table ==== ==== Delete a Table ====
  
Line 34: Line 44:
 .stages_description .minimal_table_style tr h3, .stages_description .minimal_table_style tr h3,
 .stages_description .minimal_table_style tr img {} .stages_description .minimal_table_style tr img {}
 +
 </code> </code>
  
Line 74: Line 85:
  color: #669;  color: #669;
 } }
 +
 </code> </code>
  
Line 110: Line 122:
  color: #669;  color: #669;
 } }
 +
 </code> </code>