View Single Post
Old 01-01-2025, 12:37 AM   #5
xtraktor
Enthusiast
xtraktor began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Mar 2017
Device: Kindle Voyage
Thanks for help!

Finally I got help from AI, here is the solution:

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8"/>
<title>Content</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
<style>
li { list-style-type: none; }
a { text-decoration: none; }
a:hover { color: red; }
</style>
</head>
<body id="calibre_generated_inline_toc">
<h2 style="text-align: center" class="calibre11">Content</h2>
</body>
</html>

Where calibre11 is h2 style.
xtraktor is offline   Reply With Quote