HTML Validation of web page to W3C Standards

Cancelado Publicado Apr 14, 2012 Pagado a la entrega
Cancelado

Hi,

I have a website [[url removed, login to view]][1]

I am trying to improve the SEO on it myself. One of the things that I have been told about is the W3C validation. I have run this and get 13 errors

I am looking to find someone who could correct these errors without it effecting the web site look or how it works.

Thanks

Richard

[][1]

## Deliverables

W3C errors to fix -

### Validation Output: 13 Errors

1. ![Error][2] *Line 223, Column 8*: required attribute "type" not specified

<script<strong title="Position where error was detected.">></strong>(function(d, s, id) {

[?][3]

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>`.

2. ![Error][2] *Line 234, Column 63*: there is no attribute "width"

&hellip;e="allowFullScreen" /> <embed width=<strong title="Position where error was detected.">"</strong>520" height="180" pluginspage="http://w&hellip;

[?][4]

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the [FAQ item on valid flash][5].

3. ![Error][2] *Line 234, Column 76*: there is no attribute "height"

&hellip;creen" /> <embed width="520" height=<strong title="Position where error was detected.">"</strong>180" pluginspage="http://www.macromedia&hellip;

[?][4]

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the [FAQ item on valid flash][5].

4. ![Error][2] *Line 234, Column 94*: there is no attribute "pluginspage"

&hellip; width="520" height="180" pluginspage=<strong title="Position where error was detected.">"</strong>http://www.macromedia.com/go/getflashpl&hellip;

[?][4]

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the [FAQ item on valid flash][5].

5. ![Error][2] *Line 234, Column 156*: there is no attribute "allowfullscreen"

&hellip;om/go/getflashplayer" allowfullscreen=<strong title="Position where error was detected.">"</strong>false" type="application/x-shockwave-fl&hellip;

[?][4]

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the [FAQ item on valid flash][5].

6. ![Error][2] *Line 234, Column 169*: there is no attribute "type"

&hellip;hplayer" allowfullscreen="false" type=<strong title="Position where error was detected.">"</strong>application/x-shockwave-flash" quality=&hellip;

[?][4]

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the [FAQ item on valid flash][5].

7. ![Error][2] *Line 234, Column 209*: there is no attribute "quality"

&hellip;pplication/x-shockwave-flash" quality=<strong title="Position where error was detected.">"</strong>high" src="[url removed, login to view];

[?][4]

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the [FAQ item on valid flash][5].

8. ![Error][2] *Line 234, Column 220*: there is no attribute "src"

&hellip;x-shockwave-flash" quality="high" src=<strong title="Position where error was detected.">"</strong>[url removed, login to view];

[?][4]

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the [FAQ item on valid flash][5].

9. ![Error][2] *Line 234, Column 326*: element "embed" undefined

&hellip;or=0x000000&amp;color=0xFFFFFF&amp;width=520&amp;height=180"<strong title="Position where error was detected.">></strong></embed> </object>

[?][6]

You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

* incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),

* by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).

* by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).

10. ![Error][2] *Line 239, Column 22*: there is no attribute "data-show-faces"

<div data-show-faces=<strong title="Position where error was detected.">"</strong>false" data-width="450" data-send="true" data-href="http:&hellip;

[?][4]

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the [FAQ item on valid flash][5].

11. ![Error][2] *Line 239, Column 41*: there is no attribute "data-width"

&hellip;iv data-show-faces="false" data-width=<strong title="Position where error was detected.">"</strong>450" data-send="true" data-href="http:/&hellip;

[?][4]

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the [FAQ item on valid flash][5].

12. ![Error][2] *Line 239, Column 57*: there is no attribute "data-send"

&hellip;es="false" data-width="450" data-send=<strong title="Position where error was detected.">"</strong>true" data-href="http://www.wishes4u.co&hellip;

[?][4]

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the [FAQ item on valid flash][5].

13. ![Error][2] *Line 239, Column 74*: there is no attribute "data-href"

&hellip;idth="450" data-send="true" data-href=<strong title="Position where error was detected.">"</strong>[url removed, login to view]" class="fb-li&hellip;

[?][4]

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the [FAQ item on valid flash][5].

MySQL PHP Arquitectura de software Verificación de software Web Hosting Gestión de páginas web Verificación de páginas web

Nº del proyecto: #2731796

Sobre el proyecto

4 propuestas Proyecto remoto Activo Apr 14, 2012

4 freelancers están ofertando un promedio de $12 / hora por este trabajo

ansi2

See private message.

$27.3 USD / hora
(89 comentarios)
6.3
jasonfalcone

See private message.

$9.1 USD / hora
(8 comentarios)
3.4
shaikhaezaz80

See private message.

$5.46 USD / hora
(3 comentarios)
1.0
cleancodeex

See private message.

$7.28 USD / hora
(0 comentarios)
0.0