when sigil checks my epub (i pressed the Validate Epub button) it complains about my img elements are missing the border tag.
true, true, there are no border tags in my imgs. but according to w3schools.com
Quote:
The border attribute of <img> is deprecated, and is not supported in HTML 4.01 Strict / XHTML 1.0 Strict DTD.
Use CSS instead.
|
um?