Hi,
First of all. Happy new Year.
I got the following issues during the validation
Validation Output: 3 Errors
Error Line 115, Column 46: Bad value 0 for attribute rel on element a: The string 0 is not a registered keyword.
<a rel="0" class="nivo-control active">
Syntax of list of link-type keywords:
A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki, or must be an absolute URL. You can register link types on the Microformats wiki yourself.
Error Line 121, Column 39: Bad value 1 for attribute rel on element a: The string 1 is not a registered keyword.
<a rel="1" class="nivo-control">
Syntax of list of link-type keywords:
A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki, or must be an absolute URL. You can register link types on the Microformats wiki yourself.
Error Line 127, Column 39: Bad value 2 for attribute rel on element a: The string 2 is not a registered keyword.
<a rel="2" class="nivo-control">
Syntax of list of link-type keywords:
A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki, or must be an absolute URL. You can register link types on the Microformats wiki yourself.
Can some help me ?
Thank you very much in advance.
Best regards,
Dirk
|