Quote:
Originally Posted by Marjelle
Hi everyone, after validating my e-book in Sigil (option: EPUB validation with FlightCrew) every section seems to contain similar errors.
Error 1: attribute 'link' is not declared for element 'body'
Error 2: attribute 'vlink' is not declared for element 'body'
Line 49 <body xmlns:xml="http://www.w3.org/XML/1998/namespace" link="#0563C1" vlink="#954F72" xml:lang="NL">
I have no idea what this is, can anyone tell me how to get rid of these errors?
|
because that way of styling (coloring (v)links in this case) is not supported by EPUB
In tag styles will have style="<style stuff>"
IMHO you would best be served doing all styles in the CSS: eg.
a {color: black;}
I just remove all that needless color a link stuff (besides, my devices are Monochrome

)