View Single Post
Old 03-22-2012, 06:21 PM   #3
novation
Member
novation began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Mar 2012
Device: none
Ok, I'm a newbie at this ebook thing but this is really weird to me. Perhaps not to you? I have a horizontal line in my CSS that was tagged as an error in the validating site you gave. I had –

margin: 0em 0em 0em 0em padding: 1em;

which should be

margin: 0em 0em 0em 0em; padding: 1em;

With the semi-colon added, the entire book looks good – except my horizontal line is way too wide. How can I make a very thin (say .5pt in printing terms) horizontal line? Here is what I had that worked. (Or, should I say, seemed to work.)

border: none;
color: #9cc1b8;
background: #9cc1b8;
height: 1px;
width: 100%;
margin: 0em 0em 0em 0em padding: 1em;

What should it be?

Another thing – I previewed this same epub file on my iPad using Apple's book proofer software and it looked fabulous. Go figure...
novation is offline   Reply With Quote