View Single Post
Old 02-20-2011, 03:53 PM   #61
pollito pito
i warned you ...
pollito pito doesn't litterpollito pito doesn't litterpollito pito doesn't litter
 
pollito pito's Avatar
 
Posts: 54
Karma: 222
Join Date: Apr 2010
Device: none
if you want to have an image as background for the reader, you can try adding something like this
on your user stylesheet CSS (assuming you are on ms-windows)

Code:
body {
background-image:url("file:///C:/Program Files/Calibre2/resources/images/old_paper.png");
}
note the the use / .
pollito pito is offline   Reply With Quote