
: Re: Is it possible to create anchors in the numbers of an list? I need a clarification regarding the link creation for <ol> list in the HTML page. Here is the example code for reference.
Here's a solution which does what you need:
<ol>
<a href="#"><li></li></a>
<a href="#"><li></li></a>
</ol>
(I tried putting a non-breaking space there, but it underlined the space. You could probably use css to set text-decoration: none for the a element.)
If you want the links to go anywhere, you could replace "#" with an anchor URL.
Update: Ahh, I see that the content model doesn't allow A tag underneath OL. So my answer is wrong.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Karen

: Do epub 3.0 pagebreaks always require an id? Is it within the EPUB 3.0 specification to have a pagebreak span without an id? I.e. <span epub:type="pagebreak" title="2"></span>

: How well does Google Play Books support page-oriented css? (i.e., page breaks) While testing ebooks, I have been finding deficiencies in css support in Google Play Books. Namely, this doesn't