Quote:
Originally Posted by BetterRed
I'm no expert at this stuff but using this example ==>> http://www.w3schools.com/cssref/tryi...ckground-size2 the flowers will stretch as I add more text and it will adjust itself when I resize my Firefox browser (gecko), I don't have a webkit browser which is what calibre uses, but it also does the same in Chrome (blink), don't imagine webkit would be any different.
On windows put your images in this folder %APPDATA%\calibre\resources\images, if it doesn't exist then create it.
BR
|
That works perfect, thanks BR
The only calibre folder under APPDATA was in the roaming folder so I had to create the whole folder tree, so now I have:
Quote:
body {color:rgb(80,58,34);
background-color:rgb(174,174,174);
background-image:url("file:///C:/Users/-/AppData/calibre/resources/images/Back.jpg");
background-size:100% 100%;
background-repeat:no-repeat;
}
|