>> what is the right way, style-wise, to create and use definition lists in
>> OOWriter?
> 
> Use the paragraph styles "list heading" and "list contents"
> 
Some more styles that create HTML-Tags:

Paragraph styles
--------------------
Preformatted Text: <PRE ></PRE>
Quotations: <BLOCKQUOTE></BLOCKQUOTE>
Heading 1 to 6: <H1></H1> to <H6></H6>
Sender: <ADDRESS></ADDRESS>
List Heading: <DL><DT></DT><DD>
List Contents: </DD></DL>

List styles
------------
Numbering: <OL><LI></OL>
List: <UL><LI></UL>

Character styles
--------------------
Example: <SAMP></SAMP>
User Entry: <KBD></KBD>
Emphasis:  <EM></EM>
Definition: <DFN></DFN>
Endnote Characters/Footnote Characters<SUP></SUP>
Source Text: <CODE></CODE>
Variable: <VAR></VAR>
Quotation<CITE></CITE>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to