Thread
:
Paragraph title in one page, text in the next
View Single Post
09-13-2014, 01:58 PM
#
36
kovidgoyal
creator of calibre
Posts: 45,455
Karma: 27757438
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
HTML tags have to be nested properly. You cannot insert a closing tag before the closing tag of a child. That means you have to do this:
<div>
<h3></h3>
<ol>
<li>...</li>
</ol>
</div>
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS