View Single Post
Old 12-27-2011, 11:55 PM   #5
jhempel24
Wizard
jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.
 
jhempel24's Avatar
 
Posts: 2,157
Karma: 7068605
Join Date: Dec 2007
Device: Amazon Kindle Paperwhite, B&N Nook Colro
I figured it out, this used a CSS file for the image handling for the cover, dug a bit deeper into the coding...I swear it should have been easier than this LOL

in the CSS there was a :

Code:
img#coverimage {
  padding: 0;
  margin: 0;
}
I just added a line that said "width: 100%;" and that did the trick.
jhempel24 is offline   Reply With Quote