Foros del Web » Creando para Internet » HTML »

Problemas con validación

Estas en el tema de Problemas con validación en el foro de HTML en Foros del Web. Buenos días. Soy nuevo por aki. A ver si alguien me puede ayudar a resolver un problemilla de validación w3c de mi web. Seguro que ...
  #1 (permalink)  
Antiguo 14/07/2013, 03:56
 
Fecha de Ingreso: julio-2013
Mensajes: 2
Antigüedad: 11 años, 4 meses
Puntos: 0
Problemas con validación

Buenos días.

Soy nuevo por aki. A ver si alguien me puede ayudar a resolver un problemilla de validación w3c de mi web. Seguro que es una chorrada, pero soy novato en estos derroteros.

Errores:
Cita:
end tag for X which is not finished ✉
Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

Line 4, column 24312: end tag for "tbody" which is not finished
…" style="display:none;"><tbody></tbody></table><p id="cart-prices"> <span clas…
Error element X undefined ✉
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).
Line 10, column 569: element "section" undefined
…o"> <section class="newproduct-widget"> <header><h3 class="newproduct-title"> …
Line 10, column 578: element "header" undefined
…ion class="newproduct-widget"> <header><h3 class="newproduct-title"> <span cla…
Line 10, column 797: element "article" undefined
…ct-10750164491373791831"><li> <article><div class="container-newproduct"><div …
Line 10, column 2138: element "article" undefined
…iv></div> </article></li><li> <article><div class="container-newproduct"><div …
Line 10, column 3538: element "article" undefined
…iv></div> </article></li><li> <article><div class="container-newproduct"><div …
Line 10, column 4872: element "article" undefined
…iv></div> </article></li><li> <article><div class="container-newproduct"><div …
Line 10, column 6262: element "article" undefined
…iv></div> </article></li><li> <article><div class="container-newproduct"><div …
Line 12, column 314: element "article" undefined
…iv></div> </article></li><li> <article><div class="container-newproduct"><div …
Line 14, column 314: element "article" undefined
…iv></div> </article></li><li> <article><div class="container-newproduct"><div …
Line 16, column 314: element "article" undefined
…iv></div> </article></li><li> <article><div class="container-newproduct"><div …
Line 18, column 314: element "article" undefined
…iv></div> </article></li><li> <article><div class="container-newproduct"><div …
Line 20, column 300: element "article" undefined
…iv></div> </article></li><li> <article><div class="container-newproduct"><div …
Line 22, column 300: element "article" undefined
…iv></div> </article></li><li> <article><div class="container-newproduct"><div …
Line 24, column 300: element "article" undefined
…iv></div> </article></li><li> <article><div class="container-newproduct"><div …
Error there is no attribute X ✉
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.

Line 10, column 550: there is no attribute "class"
…idth:970;height:auto"> <section class="newproduct-widget"> <header><h3 class="…
Line 10, column 1407: there is no attribute "target"
…YDOLL-ROJO-4890810000000.html" target="">BACI SET BABYDOLL ROJO</a></h4><div c…
Line 26, column 37422: there is no attribute "align"
…"><div class="leo-wrapper"><div align="center" id="mycarouselHolder"><div id="…
Line 26, column 37673: there is no attribute "vspace"
…ac.jpg" alt="21 SEXTURY VIDEO" vspace="0" border="0" /> <span>21 SEXTURY VIDEO…
Line 26, column 37684: there is no attribute "border"
…="21 SEXTURY VIDEO" vspace="0" border="0" /> <span>21 SEXTURY VIDEO</span> </a…
Line 31, column 10381: there is no attribute "width"
…e="width: 100%;"><tbody><tr><td width="28%"><p>Otras webs de <a href="http://d…
  #2 (permalink)  
Antiguo 14/07/2013, 08:27
Avatar de ArturoGallegos
Moderador
 
Fecha de Ingreso: febrero-2008
Ubicación: Morelia, México
Mensajes: 6.774
Antigüedad: 16 años, 8 meses
Puntos: 1146
Respuesta: Problemas con validación

Y tu problema es?

has intentado solventarlos? los errorres son bastante claros, te dicen la linea del código y cual es el error, revisarlos y corrigelos.

Revisa que estés usando el doctype adecuado.
  #3 (permalink)  
Antiguo 14/07/2013, 13:05
 
Fecha de Ingreso: julio-2013
Mensajes: 2
Antigüedad: 11 años, 4 meses
Puntos: 0
Respuesta: Problemas con validación

Buenas ArturoGallegos

No tengo ni idea de programación y la tienda está montada en prestashop.

A lo largo del día he estado revisando y he solventado alguno de los errores.
el relativo a <tbody> y <header>.

El resto, sigo buscando en internet pero no encuentro nada que me ayude.
  #4 (permalink)  
Antiguo 14/07/2013, 13:57
Avatar de ArturoGallegos
Moderador
 
Fecha de Ingreso: febrero-2008
Ubicación: Morelia, México
Mensajes: 6.774
Antigüedad: 16 años, 8 meses
Puntos: 1146
Respuesta: Problemas con validación

En ese caso te espera una larga espera para poder aprender y corregir estos errores, son bastante básicos y realmente no hay mucho que explicar sobre ellos, lo que has mostrado lo dice todo, etiquetas mal cerradas, código obsoleto y objetos fuera de lugar... solo debes leer el error y eliminar lo que te dice esta mal, es muy claro si dice align no esta permitido en el elemento X de la linea Y, evidentemente para corregirlo debes retirar eso y bastara para que deje de mostrar ese error.

Si no sabes nada de html pasa a este link, estudia los libros de html y css, que son la base que deberás aprender.
http://librosweb.es/

Si ya sabes html pasa a estos links de la documentación de prestashop para que veas como funcionan los themes y puedas modificar el tuyo
http://doc.prestashop.com/display/PS14/Coding+a+theme
http://doc.prestashop.com/display/PS...your+own+theme

También es posible que el error este dentro del contenido de cada pagina que puedes revisar desde el panel de administración.

En general como ya dije sera un largo camino por recorrer... mucha suerte!

PD: ya revisaste el doctype? veo algunos errores como
Line 10, column 2138: element "article" undefined
eso me hace pensar en problema con el doctype.

Etiquetas: css
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 04:51.