Quote:
Originally Posted by bobcdy
I've never tried to validate when I have the problems; once I correct or work around them, then I do the validation. One reason not to do the validation is that my problems arise when there still requires much work to finish the epub, and I suspect I'd have so many errors that validation might not disclose where the css problem resides. I will try validation when I next have a problem.
Also, Dale De asked if I had muliples: did I have more than one .indent class in the css? Occasionally I upon checking the css because of various problems, I've found a duplicate. Elimination of the duplicate doesn't usually solve all my difficulties as outlined in my first post.
Perhaps, however, if I have a .centernospc and a .centerspc, the CSS gets confused by the two occurrences of "center"?
|
Actually I was asking if you had multiple classes in the html itself such as:
class="indent20 indent30" or something similar. The CSS should not get confused about near multiples that are not the same however it might if they are exactly the same.
Another way you could get multiples is a <p class="indent20> and a <span class="indent30"> with exactly the same scope.
Dale