Quote:
Originally Posted by Love2readheas
I'd like to install a background image (in place of a color) to appear throughout the pages of my books. Would this take place in "Edit Book"? I'm just guessing here because I honestly have no clue.
|
Open a book in the viewer. Then click on the viewer's preferences icon. Click on the User Stylesheet tab. I placed the following in this area.
body { background-image:url("file:///c:/bigback.jpg");
background-size:100% 100%;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center
}
Then click OK. Your file and path would have to be substituted for where I have c:/bigback.jpg.
I also attached the image I use in case you are interested.