Foros del Web » Creando para Internet » CSS »

problema con validador

Estas en el tema de problema con validador en el foro de CSS en Foros del Web. ¿como puedo arreglar esto?? Line 174, column 15: end tag for "table" which is not finished </table> Most likely, You nested tags and closed them ...
  #1 (permalink)  
Antiguo 18/11/2004, 08:48
 
Fecha de Ingreso: junio-2004
Mensajes: 88
Antigüedad: 19 años, 10 meses
Puntos: 0
problema con validador

¿como puedo arreglar esto??
Line 174, column 15: end tag for "table" which is not finished

</table>

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 (e.g. 'ul') which requires a child element (e.g. 'li') that you did not include. Hence the parent element is "not finished", not complete

En html esta asi:
<div id="contenidoprin">
<table>
<thead class="titulo">
<tr>
<th class="titulo">HISTORIA</th>
</tr>
</thead>
</table>
</div>

Una cosa que tengo hecha en flash tampoco valida, tiene arreglo?
  #2 (permalink)  
Antiguo 18/11/2004, 09:02
 
Fecha de Ingreso: octubre-2004
Mensajes: 2.627
Antigüedad: 19 años, 5 meses
Puntos: 48
De nuestro queridisimo w3c (http://www.w3.org/TR/html4/struct/tables.html#h-11.2.3):
Cita:
The TBODY start tag is always required except when the table contains only one table body and no table head or foot sections. The TBODY end tag may always be safely omitted.
Traducido: si pones thead, siempre debes poner tbody. En tu codigo no hay tbody, asi que la table no esta completa. Pon un tbody, y asunto solucionado.

Por cierto, este no es un fallo CSS, deberias haber preguntado en el foro de HTML.
  #3 (permalink)  
Antiguo 18/11/2004, 11:11
 
Fecha de Ingreso: diciembre-2003
Mensajes: 1.583
Antigüedad: 20 años, 3 meses
Puntos: 13
En el caso de flash... lo que no e svalido es la etiqueta "embed", que sin embargo es necesaria para presentar el flash en browsers distintos a IE.

Busca en este listado de links el grupo "Embed Multimedia", ahi encontraras varios trucos para lograr un flash valido. Eso sí, cada uno con sus ventajas y desventajas...

http://www.dezwozhere.com/links.html
__________________
El conocimiento es libre: Movimiento por la Devolución
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 03:42.