Thread: CSS Question
View Single Post
Old 11-12-2020, 03:48 PM   #40
thiago.eec
Wizard
thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.
 
Posts: 1,226
Karma: 1419583
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite, Kindle Oasis
Quote:
Originally Posted by deback View Post
Okay, well, why does Calibre's Check Book display an error when "px" is missing from the width and height of an image class? I've had this type of error many times in the past.

Example of a class that would result in an error, per Check Book:

.image {
height: 300;
width: 400;
}
Read again and you might see your mistake:

Quote:
After a zero length, the unit identifier is optional.
thiago.eec is offline   Reply With Quote