<title>Unknown</title> in epub xhtml file or html file
Hi,
i m convert docx to epub but after conversion go to editor saw <title>Unknown</title> in all html(xml) file
i want automatic add title alue according to page heading when book convert in caliber.
converted html(xml) code
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Unknown</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
<link href="page_styles.css" rel="stylesheet" type="text/css"/>
</head>
<body class="calibre5">
|