30.2.3 Overriding paragraph properties

You can override some of the properties of paragraph formats directly:

[HtmlStyles]
; doc format (para or char) = keywords for functions and properties
;  Left, Center, Right apply those props to head

The alignment settings (Left, Center, Right) override the align attribute in the paragraph tag.

No alignment

To eliminate align attributes from paragraph tags:

[HTMLOptions]
; AlignAttributes = Yes (default)
;  or No (no align attribute in paragraph tags)
;  Default is reversed to No if UseCSS=Yes.
AlignAttributes = No

If you use CSS, the default value of AlignAttributes is reversed to No; see §31.5 Understanding how CSS affects other options.

Previous Topic:  30.2.2 Designating script paragraph formats

Next Topic:  30.2.4 Stripping paragraph properties

Parent Topic:  30.2 Mapping paragraph formats

Sibling Topics:

30.2.1 Assigning HTML tags and attributes to paragraph formats

30.2.2 Designating script paragraph formats

30.2.4 Stripping paragraph properties

30.2.5 Providing content for empty paragraphs

30.2.6 Eliminating unwanted paragraphs