Quote:
Originally Posted by Bonex
This works correctly in Sigil, in Adobe Digital Editions and with a Kobo Glo with firmware 2.8.1a.
With my new Aura HD and 2.10.0 the HR is displayed empty.
|
Have you tried specifying a width value yet? I mean, if you have the image and don't want it to repeat, my first instinct would be to use this instead (assuming a width of 100px):
Code:
hr {
background: url('../Images/sep.jpg') no-repeat;
height: 50px;
width: 100px;
margin: 1.5em auto;
border: 0;
}
It may just be a matter of the Kobo rendering engine assigning a zero width because the HR element has no actual content.