The settings in the Style tab control styling of HTML text.
Bold. The start and end fields hold the opening and closing tags for bold text and default to <b>
and </b>
. Stored in $HTMLBoldStart and $HTMLBoldEnd.
Italic. The start and end fields hold the opening and closing tags for italic text and default to <i>
and </i>
. Stored in $HTMLItalicStart and $HTMLItalicEnd.
Underline. The start and end fields hold the opening and closing tags for underlined text and default to <u>
and </u>
. Stored in $HTMLUnderlineStart and $HTMLUnderlineEnd.
Strike through. The start and end fields hold the opening and closing tags for struck-through text and default to <strike>
and </strike>
. (Equivalent to setting the $HTMLStrikeStart and $HTMLStrikeEnd).
Code. The start and end fields hold the opening and closing tags for $Text using the 'Code' font style. They default to <code>
and </code>
. Stored in $HTMLCodeStart & $HTMLCodeEnd.