View Single Post
Old 03-09-2013, 03:54 AM   #2
Hitch
Bookmaker & Cat Slave
Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.
 
Hitch's Avatar
 
Posts: 11,503
Karma: 158448243
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
Quote:
Originally Posted by CGidari View Post
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
Hitch is offline   Reply With Quote