View Single Post
Old 02-06-2017, 04:37 PM   #1
chaot
Head of lunatic asylum
chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.
 
chaot's Avatar
 
Posts: 349
Karma: 77620
Join Date: Jun 2012
Location: UTC +1
Device: Tolino Vision 3HD
Some files.html & toc.xhtml (also Cover.xhtml)



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).

Click image for larger version

Name:	toc.xhtml.png
Views:	679
Size:	9.1 KB
ID:	154817
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>

Last edited by chaot; 02-06-2017 at 04:50 PM.
chaot is offline   Reply With Quote