Results 1 to 2 of 2

Thread: List with multiple levels

  1. #1
    Join Date
    Sep 2010
    Posts
    2

    Default List with multiple levels

    Hi all,
    I'm not sure if I am in the right place to ask this question but I am running into a slight issue when I convert files that has lists with multiple indents or list levels.

    For example I have an html file with a list with multiple levels like this:
    PHP Code:
    1. XXXXX
         a
    XXXXX
                   i
    XXXX
                   ii
    XXX
                         1
    XXX 
    However when I convert it using iSiloX the outline or list comes out something like this.
    PHP Code:
        1. XXXXX
            a
    XXXXX
            i
    XXXX
            ii
    XXX
            1
    XXX 
    It seems to be only allowing 1 or 2 list levels.

    Is there an option in iSiloX to allow more list levels? Or does iSilo have a limit on the number of indents that can be done in a list? Or is there a way to edit my html so iSilo will understand it.
    Last edited by Tom; 11-05-2010 at 09:20 AM.

  2. #2
    Join Date
    Sep 2010
    Posts
    2

    Default

    I think I figured it out.

    In case anyone was curious my html code was wrapping the outline with an unordered list tag. Once I got rid of the tag it work.

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •