Quote:
Originally Posted by CGidari
I am losing my mind trying to get this cover to appear correctly on Adobe Digital Editions, but I can't seem to do it.
<SNIP> My cover image is practically the same size as the one in the Sigil user guide (which displays fine in ADE), so I'm not sure what I'm doing wrong.
Am I missing a step, or a line of code that tells it to scale down properly? This is what the code on the page looks like right now:
<SNIP>
<title></title>
<link href="../Styles/Style0001.css" rel="stylesheet" type="text/css" />
</head>
<body>
<p><img alt="Before8_Cover" src="../Images/Before8_Cover.jpg" /><br /></p>
</body>
</html>
|
Hi:
Have you tried this?
Code:
<img alt="Before8_Cover" src="../Images/Before8_Cover.jpg" style="max-width:100%" />
I mean, you should do it in the CSS, but...you get the drift. Try that and let us know if it works.
Hitch