Quote:
Originally Posted by deback
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.
|