View Single Post
Old 01-31-2021, 09:36 PM   #1
piyarad27
Member
piyarad27 began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Oct 2020
Device: pc
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>
Attached Thumbnails
Click image for larger version

Name:	p2.PNG
Views:	316
Size:	253.2 KB
ID:	185132   Click image for larger version

Name:	p1.PNG
Views:	297
Size:	37.9 KB
ID:	185133   Click image for larger version

Name:	Output.PNG
Views:	295
Size:	61.4 KB
ID:	185138  
Attached Files
File Type: txt Stylesheet.txt (559 Bytes, 180 views)
File Type: txt image code.txt (529 Bytes, 200 views)
piyarad27 is offline   Reply With Quote