Here is the code that the Tools - Add Cover creates:
Quote:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Cover</title>
</head>
<body>
<div style="text-align: center; padding: 0pt; margin: 0pt;">
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 800 1200" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink">
<image height="1200" width="800" xlink:href="../Images/cover.jpg"></image>
</svg>
</div>
</body>
</html>
|
You have to manually add the Metadata as theducks said. And then you tweak the areas I marked in
RED to fit the specifics of your image (filename, width, height).