The Code: LIND Section defines the "tmglind" Stylesheet class that applies to text enclosed by TMG's [LIND:] and [:LIND] printer codes:

[LIND:]text[:LIND]

Second Site implements TMG's LIND printer code using an HTML DIV element. When you enter [LIND:] and [:LIND] in memos or sentences, Second Site converts it to the following HTML:

<div class="tmglind">text</div>

That HTML code creates a block of text, and the default values for the Code: LIND style indents the block 2.5ems on the left. That's a reasonable outcome given TMG's definition for the LIND printer code. You are free to adjust other style parameters to suit your preference. For example, you may wish to italicize text, change the font-family, etc.

Note: Some style values use a reference notation. See Reference Values for an explanation of values that start with "theme:" and similar notations.

On This Page