View Single Post
Old 05-26-2020, 01:42 PM   #136
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,340
Karma: 171313058
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Land_Outcast View Post
Thanks, Rubén. Damn that was sloppy (the lack of quotation marks and the image*s* thing. Both things are going into my Don't Forget list.

Muchas gracias, contesto en inglés para que los demás puedan seguir la historia con comodidad, pero me he sorprendido de encontrar varios hispanohablantes en estos foros… o al menos, que lo dejen manifiesto. Saludos desde Montevideo.

Just modified a pair of properties (I found position:100% bit some pixels off the right side of the image; and attachment I needed the image not to scroll, in case there is scrolling).
Code:
div.Basic_Text_Frame {
    border-style: 0;
    margin: 0;
    padding: 2.5em 6em 0 0;
    background: url("../Images/bordes.jpg") no-repeat 99% fixed; 
    background-size: contain;
}
But for some reason I still can't see it in ADE. I'll try in another PC.
Are you using the copy @RbnJrg posted? The CSS modification he posted was after using Sigil's Restructure Epub to Sigil Norm tool so the images are now in Images. For your original, ../image/filename.jpg is correct, you just need to add the "....".

Code:
div.Basic_Text_Frame {
    border-style: 0;
    margin: 0;
    padding: 2.5em 6em 0 0;
    background: url("../image/bordes.jpg") no-repeat 99% fixed; 
    background-size: contain;
}
DNSB is offline   Reply With Quote