View Single Post
Old 05-18-2015, 10:23 AM   #3
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,109
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Marjelle View Post
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 )
theducks is offline   Reply With Quote