introduction:modifiers
Block signatures can be modified by placing a modifier string just before the . (period) at the end of the signature. One kind of modifier aligns text. See the modifier category for more examples.
| Xilize markup | browser rendering |
|
This is a normal paragraph with no signature. p. This one has an explicit signature. p>. Demonstrating right-aligned text. p=. Demonstrating centered text. p<>. This is "justified" text and needs a long line since otherwise you could not see the effect. The text is aligned at both margins. These are just a few of the possible modifiers. |
This is a normal paragraph with no signature. This one has an explicit signature. Demonstrating right-aligned text. Demonstrating centered text. This is "justified" text and needs a long line since otherwise you could not see the effect. The text is aligned at both margins. These are just a few of the possible modifiers. |
XHTML generated
<p>This is a normal paragraph with no signature.</p>
<p>This one has an explicit signature.</p>
<p style="text-align:right;">Demonstrating right-aligned text.</p>
<p style="text-align:center;">Demonstrating centered text.</p>
<p style="text-align:justify;">This is "justified" text and needs a long line
since otherwise you could not see the effect. The text is aligned at both margins.
These are just a few of the possible modifiers.</p>