I create via Tools->Table of Contents->Insert inline Table of Contents such one. It came as .xhtml-file. My other files are all .html, apart from Cover.xhtml (I don't know why this one is also .xhtml).
toc.xhtml
What is this all about?
Edit: And why it came with such a CSS, which doesn't function in ereaders, at least not in my one!?
Code:
<head>
<title>Inhaltsverzeichnis</title>
<style type="text/css">
li {
list-style-type: none;
padding-left: 2em;
margin-left: 0;
}
a {
text-decoration: none;
}
a:hover {
color: red;
}
</style>
</head>