| From | Sent On | Attachments |
|---|---|---|
| Norman Walsh | Mar 21, 2002 3:38 am | |
| Camille Bégnis | Mar 21, 2002 7:00 am | |
| Yann Dirson | Mar 21, 2002 8:09 am | |
| Stephen Bannasch | Mar 21, 2002 9:07 am | |
| Alexander Kirillov | Mar 21, 2002 10:00 am | |
| Bob Stayton | Mar 21, 2002 10:44 am | |
| Stephen Bannasch | Mar 21, 2002 11:46 am | |
| Bob Stayton | Mar 21, 2002 12:33 pm | |
| Ed Nixon | Mar 21, 2002 12:55 pm | |
| Stephen Bannasch | Mar 21, 2002 2:03 pm | |
| Stephen Bannasch | Mar 22, 2002 6:18 am | |
| Karl Eichwalder | Mar 22, 2002 10:35 am | |
| Norman Walsh | Mar 24, 2002 9:38 am | |
| Stephen Bannasch | Mar 24, 2002 6:55 pm | |
| Norman Walsh | Mar 25, 2002 5:45 am |
| Subject: | Re: DOCBOOK-APPS: My ordered lists have extra space between lines. | |
|---|---|---|
| From: | Stephen Bannasch (step...@concord.org) | |
| Date: | Mar 21, 2002 2:03:45 pm | |
| List: | org.oasis-open.lists.docbook-apps | |
Oh dear ... browsers!
I checked with IE 5.1 and Mozilla 0.9.6 on MacOS X.
At 12:29 PM -0800 3/21/02, Bob Stayton wrote:
Well, I looked at your URL and they all look the same to my browsers: IE 5.5 on Win98 and Netscape 4.72 on Linux. They all have no space between items. Strange. What version of IE are you using?
Removing the <p> tags is probably the most reliable method, but doing that with the XSL stylesheets could be tricky.
bobs
On Thu, Mar 21, 2002 at 02:43:10PM -0500, Stephen Bannasch wrote:
Bob,
I tested your html in IE and Mozilla and it didn't seem to work.
I think the html should probably look like this:
<div class="orderedlist"> <ol type="1" compact> <li>item 1</li> <li>item 2</li> <li>item 3</li> </ol> </div>
I put up the html for four orderedlists here:
http://concord.org/~stephen/orderedlist.html
The first one uses your method, the second is the one above, the third is the same without the compact attribute, the fourth is what is produced by the docbook stylesheets except that I have removed the trailing </p>. That doesn't seem to help.
--
-s





