View Single Post
Old 09-22-2010, 05:06 AM   #4
benjaminsolah
Marxist Horror Writer
benjaminsolah began at the beginning.
 
benjaminsolah's Avatar
 
Posts: 30
Karma: 10
Join Date: Sep 2010
Location: Melbourne, Australia
Device: Sony Reader Touch PRS-650
Ok, so adding the width="100%" doesn't seem to work. This is my code.

Quote:
<div class="P-P15" id="calibre_pb_8">
<div class="G-fr"><img alt="" class="calibre4" src="../Images/100000000000066B00000922ACB035C2.jpg" /></div>
These are the CSS styles.

Quote:
.P-P15 {
background-color: white;
display: block;
font-family: "Times New Roman", serif;
font-size: 1em;
line-height: 150%;
margin-bottom: 0.6cm;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
page-break-before: always;
text-align: center
}
Quote:
.G-fr {
background-color: #fff;
border: none;
display: block;
font-size: 1em;
height: 17.141cm;
left: -0.508cm;
margin-bottom: 0;
margin-left: 0.319cm;
margin-right: 0.319cm;
margin-top: 0;
padding-bottom: 0.026cm;
padding-left: 0.026cm;
padding-right: 0.026cm;
padding-top: 0.026cm;
position: relative;
top: -0.318cm;
width: 10.791cm
}
I'm also slightly worried that changing them will change other things as well within that class.
benjaminsolah is offline   Reply With Quote