Continue a list after a break

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
rorromolina
Jr. Propeller Head
Posts: 2
Joined: Thu Jan 22, 2015 10:59 pm

Continue a list after a break

Post by rorromolina »

Hi,

I had a numbered list, in one point I added a second list using lower case letters. However, after two items a table aligned to the left was added, the list continues but it starts from "a" again, is there a way to continue from "c"?
Below an example
List.png
Thanks
You do not have the required permissions to view the files attached to this post.
doc_guy
Propellus Maximus
Posts: 1979
Joined: Tue Nov 28, 2006 11:18 am
Location: Crossroads of the West
Contact:

Re: Continue a list after a break

Post by doc_guy »

Make sure the table is part of the child <ol>.

If you look at your code, you see that you have two separate ordered lists. However, this is a case where you really have one ordered list where you need a table in the middle of it.

I think you need a paragraph in your second <li> in the child list. The first <p> is the text that is currently there. The second <p> is the table with the call out.

Does that make sense?
Paul Pehrson
My Blog

Image
Post Reply