Quote:
Originally Posted by jhowell
I have seen TOC entries being ignored by Amazon when the link to the HTML file is constructed incorrectly.
For example using
Code:
href="this & that.xhtml"
instead of
Code:
href="this & that.xhtml"
.
|
Given that the & is one of the five entities
*, & would also be usable.
* By five entities, I'm referring to the &, <, >, ', and " predefined entities in xhtml.