Sure: The image is not distorted, but I presume size wise it is way less then perfecct.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>picture</title>
<link href="css/idGeneratedStyles.css" rel="stylesheet" type="text/css" />
</head>
<body id="Unbenannt-1">
<div class="_idGenObjectLayout-1">
<div id="_idContainer000">
<img class="_idGenObjectAttribute-1" src="image.jpg" alt="" />
</div>
</div>
</body>
</html>
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote {
margin:0;
padding:0;
border-width:0;
}
body {
-epub-hyphens:auto;
}
@page {
margin : 0px 0px 0px 0px;
}
#_idContainer000 {
display:inline-block;
height:343px;
width:595px;
}
img._idGenObjectAttribute-1 {
height:100.00%;
min-width:100%;
width:100.00%;
}
div._idGenObjectLayout-1 {
text-align:center;
}
|