Set size of headings (HTML only).
Type & position: | command, preamble & main part |
Syntax: | !html_nodesize <value> |
Description: | Mit diesem Befehl kann man die Größe der Überschriften setzen, die UDO bei der Ausgabe von Kapiteln benutzen soll. Benutzt man untenstehendes Beispiel, so werden die Überschriften für Nodes mit <h2>...</h2> erzeugt, die für Subnodes und Subsubnodes jeweils mit einer kleineren Größe. Standardmäßig verwendet UDO den Wert 1. |
Description: | You can set the font size of the HTML headlines with this switch. By default UDO will use value of 1. That means, that UDO will output <h1>...</h1> for chapters, <h2>...</h2> for sections etc. The example shows how to tell UDO that it should output <h2>...</h2> for chapters etc. |
Example: | !html_nodesize 2 |
Exists since: | Release 5 Patchlevel 4 |
See also: | !node, !subnode, !subsubnode, !subsubsubnode |