Anybody else reported a problem with this? It's just the Cloud Reader and Kindle for Android. Every other Kindle device and reading app reads the start tag and opens where it should just fine. The only thing that might be the slightest bit unusual is that I have a client who wants the book to open at a place on an HTML page that has a small photo at the top, so I placed the start id inside the paragraph with the image tag:
<p id="start" class="auto-style1"><img border="0" src="thumbnail.jpg" width="200" height="302" alt="cover_thumbnail"></p>
(The auto-style1 is just a centering style.)
This works on everything else with no problem.
<p id="start" class="auto-style1"><img border="0" src="thumbnail.jpg" width="200" height="302" alt="cover_thumbnail"></p>
(The auto-style1 is just a centering style.)
This works on everything else with no problem.