Quote:
Originally Posted by Copycat
Hi all, i have problem with cover image, iam using cs5 for epub, and ADD is allways showing white margins (top and left side) i cant remove it, when i put epub in sigil and put image from it i have same problem in ADD.. image is 600x800...
xhtml code:
<?xml version="1.0"?>
<!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>cove_page.xhtml</title>
<link href="../Styles/template.css" rel="stylesheet" type="text/css" />
</head>
<body style="">
<div id="cove-page">
<div class="generated-style"><img alt="global.png" src="../Images/global_fmt.jpeg" /></div>
</div>
</body>
</html>
is there any solution with margins?
thanks in advance
|
If you don't set them, device defaults prevail.
You have no body style declared
"generated-style " is an unknown
Your background color is the default white making any issue obvious
do yo want the aspect ratio distorted

or maintained
IMHO testing margins on a display with a hugely different aspect ratio is questionable