Quote:
Originally Posted by bookman156
Good news. I used the following code on my web-page equivalent of my EPUB code, and took the margin off the p tag, and it looks great, much better than I expected. Glad to know the page is now accessible for the blind. Will adapt for the EPUB in due course:
Code:
hr.transition {
margin: 1.5em 40% 1.6em 40%;
border-top: 1px solid darksalmon;
}
|
The line needs to be dark and 2px. If someone is reading this book on a 300DPI eInk screen, your lighter 1px line will not stand out enough. It can be too thin and too light. I did the default 1px and it did not work all that well.