Bonjour, j'ai utilisé un logiciel pour créer des bouttons web, le problème est que cela me génère des erreurs de codes : Pouvez vous m'aider à les corriger
et voila les erreurs
Error Line 44, Column 7: required attribute "TYPE" not specified
<style>#web-buttons-idkotgi a{display:block;color:transparent;} #web-buttons-id…
✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Error Line 44, Column 7: document type does not allow element "STYLE" here
<style>#web-buttons-idkotgi a{display:block;color:transparent;} #web-buttons-id…
✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Warning Line 47, Column 185: NET-enabling start-tag requires SHORTTAG YES
…x;height:24px;display:block;margin-left:660px;margin-top:125px;"><br/></a></td>
✉
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.
Error Line 51, Column 7: required attribute "TYPE" not specified
<style>#web-buttons-idkotgi a{display:block;color:transparent;} #web-buttons-id…
✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Error Line 51, Column 7: document type does not allow element "STYLE" here
<style>#web-buttons-idkotgi a{display:block;color:transparent;} #web-buttons-id…
✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Error Line 52, Column 12: ID "WEB-BUTTONS-IDKOTGI" already defined
<table id="web-buttons-idkotgi" width=0 cellpadding=0 cellspacing=0 border=0><t…
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
<!-- Begin Free-Web-Buttons.com -->
<style>#web-buttons-idkotgi a{display:block;color:transparent;} #web-buttons-idkotgi a:hover{background-position:left bottom;}a#web-buttons-idkotgia {display:none}</style>
<table id="web-buttons-idkotgi" width=0 cellpadding=0 cellspacing=0 border=0><tr>
<td style="padding-right:0px" title ="Rando et thermalisme">
<a href="thermes.php" title="Rando et thermalisme" style="background-image:url(thermes-files/btkotgi.png);width:140px;height:24px;display:block;margin-left:660px;margin-top:125px;"><br/></a></td>
</tr></table><a id="web-buttons-idkotgia" href="http://free-web-buttons.com">Oval Web Buttons by Free-Web-Buttons.com v2.0</a>
<!-- End Free-Web-Buttons.com -->
et voila les erreurs
Error Line 44, Column 7: required attribute "TYPE" not specified
<style>#web-buttons-idkotgi a{display:block;color:transparent;} #web-buttons-id…
✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Error Line 44, Column 7: document type does not allow element "STYLE" here
<style>#web-buttons-idkotgi a{display:block;color:transparent;} #web-buttons-id…
✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Warning Line 47, Column 185: NET-enabling start-tag requires SHORTTAG YES
…x;height:24px;display:block;margin-left:660px;margin-top:125px;"><br/></a></td>
✉
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.
Error Line 51, Column 7: required attribute "TYPE" not specified
<style>#web-buttons-idkotgi a{display:block;color:transparent;} #web-buttons-id…
✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Error Line 51, Column 7: document type does not allow element "STYLE" here
<style>#web-buttons-idkotgi a{display:block;color:transparent;} #web-buttons-id…
✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Error Line 52, Column 12: ID "WEB-BUTTONS-IDKOTGI" already defined
<table id="web-buttons-idkotgi" width=0 cellpadding=0 cellspacing=0 border=0><t…
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).