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