Hi,
I try to place two pictures side by side in ADE. Im use sigil as epub editor. Those pictures are in separate HTML files.
Code:
Code:
<?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>Za_Chiny_e</title>
<style type="text/css">
html, body {width:100%;}
body, p, div, img {margin:0, padding:0;}
img {display:block;max-width:100%;max-height:600px;}
</style>
</head>
<body>
<h1 style="padding:0;margin:0;" title="Mapa"></h1>
<div><img alt="" class="height" src="../Images/china1.jpg" /></div>
</body>
</html>
code is same for both HTMLs. In eink reader pictures renders ok (no white page after) but ADE adds white page next to it (see pictures). Anyone have idea what happening? Thanks for all help.