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;
}
|
Basic arithmetic? 400 and 300 do not equal 0. What the rest of us are talking about is the
value 0, not the digit 0.