View Single Post
Old 09-22-2010, 11:59 AM   #5
paulpeer
Zealot
paulpeer is on a distinguished road
 
paulpeer's Avatar
 
Posts: 147
Karma: 56
Join Date: Dec 2009
Location: Antwerpen
Device: iPhone, Sony PRS-505, EPUBreader
Quote:
Originally Posted by benjaminsolah View Post
Ok, so adding the width="100%" doesn't seem to work. This is my code.
It does work for me all the time. Try first to add the width to one image only, e.g. the cover image:

Code:
<img alt="kovrilo" src="../Images/img0001.jpg" width="100%" />
If that works, the problem is somewhere else. I see that you use two nested divisions

Quote:
Originally Posted by benjaminsolah View Post
<div class="P-P15" id="calibre_pb_8">
<div class="G-fr">
which partly contradict each other, e.g.

Quote:
Originally Posted by benjaminsolah View Post
padding-top: 0.026cm;
and
padding-top: 0;
I wouldn't be surprised that your reader gets mad by those contradictary instructions, and simply ignores what you want ...
paulpeer is offline   Reply With Quote