View Single Post
Old 07-16-2019, 04:41 AM   #4
skb
Evangelist
skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.skb ought to be getting tired of karma fortunes by now.
 
skb's Avatar
 
Posts: 401
Karma: 1597305
Join Date: Mar 2010
Device: Ipod G4, MacOS 10.12, Calibre, Pocketbook Touch HD 3
Still not able to crack the tags.

This is my HTML:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="author" content="Author's Name">
<meta name="dc.description" content="Sed at sapien tempus, facilisis justo ac, tristique tortor. Quisque leo erat, laoreet in erat in, iaculis vulputate eros." />
<meta name="DC.date.published" content="2019-07-16" />
<meta name="Publisher" content="My Calibre Collection" />
<meta name="DC.publisher" content="My Calibre Collection" />
<meta name="DCTERMS.publisher" content="My Calibre Collection" />
<meta name="Subject" content="Test" />
<meta name="DC.subject" content="Test" />
<meta name="DCTERMS.subject" content="Test" />
<title>This is my test document</title>
</head>

<body>
<p>It has tags for:</p>
<ul>
  <li>Date</li>
  <li>Publisher and</li>
  <li>Three types of Subject</li>
</ul>
</body>
</html>
This produces:



I've tried all versions of Subject but none return tags when creating the epub.

Does this work for anyone else?
skb is offline   Reply With Quote