View Single Post
Old 02-26-2025, 10:37 PM   #7
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,482
Karma: 28000000
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Actually, I just tried at and it works directly with the editor too.

Code:
<!DOCTYPE html>
<html>
    <head>
        <title>metadata title</title>
        <meta name="Author" content="NAME" />
        <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
        <meta name="tags" content="categort1, category2" />
    </head>
    <body>

    </body>
</html>
kovidgoyal is offline   Reply With Quote