Help! Small white margin is not dissapear on full-page img
Hi, I have view multiple of the post and try to find a way to get rid of the small white line in when I try to convert epub to pdf. the image seem fine at first glance but when zoom in at the bottom of the page, the small white line would be visible.
Here is my code (see full code in Txt file)
<head>
<title>part0001</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="../stylesheet.css" rel="stylesheet" type="text/css"/>
<style type="text/css">
@page {padding: 0pt; margin:0pt}
body { text-align: center; padding:0pt; margin: 0pt; }
</style>
</head>
<body>
<div>
<img <img alt="Image" src="image_rsrc2GE.jpg" width="1358" height="1920"/>
</div>
</body>
</html>
|