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