View Single Post
Old 04-14-2020, 11:34 AM   #5
Kuhnke
Member
Kuhnke began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Nov 2015
Device: Kindle Voyage
Hello together,
for me this works:

<HEAD>
<TITLE>Poems</TITLE>

<META name="author" content="Peter Miller">
<META name="pubdate" content="2005">
<META name="DC.language" content="en">
<META name="tags" content="poem, fiction, fantasy">

</HEAD>

<BODY>
...

But I also tried to fill some "private" metadata, e.g. I have a user defined column named "website". That contains the web-adress of the raw text of my homemade e-books.
I tried this in the head section of the html file:

<META name="website" content="abc.html">
<META name="#website" content="abc.html">
<!--website="abc.html"-->
<!--#website="abc.html"-->
<!--WEBSITE="abc.html"-->
<!--#WEBSITE="abc.html"-->

Nothing seem to work...

Can someone give me a hint?
Kuhnke is offline   Reply With Quote