View Single Post
Old 02-27-2019, 07:02 AM   #1
blackrock36
Member
blackrock36 began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Feb 2019
Device: None
Windowtext error in Calibre (resubmitted)

All,
After some discussion on an html file and epub comparability in this forum (thanks for the input to date), I switched back to Calibre as recommended and am working on the html code in that software on my book's html code. One issue that Calibre/EditBook/Check Book is the term 'windowtext' label used by Word. The general error message is 'CSS: Property: Invalid value for "CSS Level 2.1" property: windowtext [82.5 colour] [stylesheet.css]' dependig on the line and column location. I would like the font in the entire text in the book to be automatic as defined in the original Word document and not a specific colour.

My question is what can I do about this error or can I safely leave it? Any help much appreciated.

Code:
.calibre6 {
    font-weight: bold
    }
.calibre7 {
    color: windowtext
    }
.calibre8 {
    font-size: 0.83333em;
    line-height: 1.2;
    vertical-align: super
    }
.calibre9 {
    display: block
blackrock36 is offline   Reply With Quote