View Single Post
Old 01-04-2012, 12:16 AM   #1
ryntau
Member
ryntau herds cats with both ease and graceryntau herds cats with both ease and graceryntau herds cats with both ease and graceryntau herds cats with both ease and graceryntau herds cats with both ease and graceryntau herds cats with both ease and graceryntau herds cats with both ease and graceryntau herds cats with both ease and graceryntau herds cats with both ease and graceryntau herds cats with both ease and graceryntau herds cats with both ease and grace
 
Posts: 10
Karma: 43516
Join Date: Jan 2012
Device: none
Post Lists within Lists

Hi,
I'm new to the forum and this is my first post.
I'm trying to create an ebook that utilizes a list within a list (or a sublist, if you will)
for instance, i have an unordered list, and on one of those points, i have an ordered sublist. This seems to cause a problem when I try to validate the EPUB file with
http://threepress.org/document/epub-validate

This is how I have structured it, as an example:
<ul>
<li></li>
<li></li>
<ol>
<li></li>
<li></li>
</ol>
<li></li>
</ul>
ryntau is offline   Reply With Quote