[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: RE: [docbook-apps] how to force some line spacing
If you're using a CSS stylesheet (for HTML output), you can specify a margin for all ordered list items in your output:
ol li { margin-bottom: 1.5in; }
The potential drawback is that ALL ordered list items will have this margin. You won't be able to choose by list or by item using this method.
--Trish
-----Original Message-----
From: Bob Stayton [mailto:bobs@sco.com]
Sent: Tuesday, May 27, 2003 9:21 PM
To: Robert P. J. Day
Cc: docbook apps list
Subject: Re: [docbook-apps] how to force some line spacing
On Mon, May 12, 2003 at 03:55:52PM -0400, Robert P. J. Day wrote:
>
> in a set of exercises (which i'm representing with a
> simple ordered list), i'd like to force some space between
> each question to give the students room to write their
> answer.
>
> what's the most elegant way to leave whatever number
> of spacing lines i want? (sometimes i'll want just a couple,
> sometimes considerably more.)
>
> any hints?
How about an literallayout with N empty lines?
--
Bob Stayton 400 Encinal Street
Publications Architect Santa Cruz, CA 95060
Technical Publications voice: (831) 427-7796
The SCO Group fax: (831) 429-1887
email: bobs@sco.com
---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]