Last modified by Anna Paul-Hasenfuss on 19.06.2025

From version 14.2
edited by Anna Paul-Hasenfuss
on 19.06.2025
Change comment: There is no comment for this version
To version 15.2
edited by Anna Paul-Hasenfuss
on 19.06.2025
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -136,10 +136,14 @@
136 136  
137 137  In the Tiny MCE text editor, you can activate the table caption in the **table properties**. When you do this, some text will appear above the table, which you can change to match your content.
138 138  
139 +===== =====
140 +
139 139  ===== **How to activate table captions in the Tiny MCE text editor** =====
140 140  
141 141  [[image:Texteditor-Tabellen-Beschriftung_de.png||alt="Beschriftung für Tabellen aktivieren im Dialog Tabelleneigenschaften im Texteditor (Screenshot)" data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]]
142 142  
145 +===== =====
146 +
143 143  ===== **HTML code for captions** =====
144 144  
145 145  {{code language="html" layout="LINENUMBERS"}}
... ... @@ -317,7 +317,7 @@
317 317  
318 318  For images to be displayed in full on small-screen devices and without users having to scroll horizontally, the maximum width in HTML should be limited to 100%. This ensures that the image is only displayed in the selected size until it is wider than the available space on the screen.
319 319  
320 -Use max-width to set a maximum width for images.
324 +HTML code for max-width
321 321  
322 322  {{code language="html"}}
323 323   <img src="..." style="max-width: 100%" />