fbsadler
03-24-2004, 11:07 AM
I have a lot of outlines in HTML and use nested lists to show the structure of the information, particularly with table of contents. Since lists use a lot of "indentation space" they don't work too well on the PDA with several levels of nesting.
Take a simple unordered list. In a browser, it might look like this:
paragraph text
- list item 1
- list item 1a
- list item 1a
- list item 2
This could work a lot better on a PDA if some of the left-padding were removed:
paragraph text
- list item 1
- list item 1a
- list item 1a
- list item 2
This spacing still gives enough indentation to show the structure of the list, but shows more text on each line.
Proposed Feature:
Add a new option to the iSiloX Properties that will "Compress List Indentation". This option would compress the left margin/padding of a list as shown above. Ideally, this option should work on all types of lists (ordered, unordered, definition).
Note that I did try the various "Ignore left and right margins" option(s) in the iSiloX Properties/Margin dialog but these don't solve the problem very well because *all* indent spacing is removed. Then the structure of nested lists is lost.
I also tried changing the margin/padding explicitly in my HTML. This does not work because (it seems) that all browsers have different ideas of where the spacing for list margin & padding should be. As such, if I change the padding explicitly (in HTML) to make my list look good in iSilo, then it looks horrible with IE. Display the enclosed file (ListStuff.html) using iSilo, IE, and Netscape to see what I mean.
Take a simple unordered list. In a browser, it might look like this:
paragraph text
- list item 1
- list item 1a
- list item 1a
- list item 2
This could work a lot better on a PDA if some of the left-padding were removed:
paragraph text
- list item 1
- list item 1a
- list item 1a
- list item 2
This spacing still gives enough indentation to show the structure of the list, but shows more text on each line.
Proposed Feature:
Add a new option to the iSiloX Properties that will "Compress List Indentation". This option would compress the left margin/padding of a list as shown above. Ideally, this option should work on all types of lists (ordered, unordered, definition).
Note that I did try the various "Ignore left and right margins" option(s) in the iSiloX Properties/Margin dialog but these don't solve the problem very well because *all* indent spacing is removed. Then the structure of nested lists is lost.
I also tried changing the margin/padding explicitly in my HTML. This does not work because (it seems) that all browsers have different ideas of where the spacing for list margin & padding should be. As such, if I change the padding explicitly (in HTML) to make my list look good in iSilo, then it looks horrible with IE. Display the enclosed file (ListStuff.html) using iSilo, IE, and Netscape to see what I mean.