Foros del Web » Creando para Internet » HTML »

Validator y Vbulletin

Estas en el tema de Validator y Vbulletin en el foro de HTML en Foros del Web. Hola gente linda del foro, ante todo agradezco la amabilidad de aquellos que me puedan ayudar. Quiero validar mi foro vbulletin y obtengo estos errores ...
  #1 (permalink)  
Antiguo 12/10/2008, 01:54
 
Fecha de Ingreso: octubre-2008
Mensajes: 3
Antigüedad: 15 años, 6 meses
Puntos: 0
Validator y Vbulletin

Hola gente linda del foro, ante todo agradezco la amabilidad de aquellos que me puedan ayudar.

Quiero validar mi foro vbulletin y obtengo estos errores que no he podido corregir. Aclaro que no se nada de programacion y lo que pude arreglar fue por intuicion y por buscar en este maravilloso foro.

Por lo que les pido su amable colaboracion, de a poco, a corregir algunso errores y con la ayuda de todos poder dejar mi web 100% compatible.

No puedo agregar links asi que voy a dejar los errores aqui:

Cita:
Validation Output: 93 Errors
Line 523, Column 22: document type does not allow element "style" here.
<style type="text/css">✉
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).

Line 637, Column 17: document type does not allow element "p" here; missing one of "th", "td" start-tag.
<p align="center"><map name="FPMap0" id="FPMap0">✉
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

Line 683, Column 5: document type does not allow element "td" here; assuming missing "tr" start-tag.
<td>✉
Line 684, Column 133: document type does not allow element "td" here.
…ext-align:right; vertical-align:top;"><img src="grunged/misc/border_left.gif"✉
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).

Line 685, Column 7: document type does not allow element "td" here.
<td>✉
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).

Line 689, Column 74: end tag for "img" omitted, but OMITTAG NO was specified.
…o.jpg" width="400" height="104" alt=""></td>✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

Line 689, Column 0: start tag was here.
<img src="grunged/misc/NuevoLogo.jpg" width="400" height="104" alt=""></td> Line 692, Column 10: end tag for "p" omitted, but OMITTAG NO was specified.
&nbsp;</td>✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

Line 691, Column 0: start tag was here.
<p align="center"> Line 693, Column 151: required attribute "alt" not specified.
…rc="/archivos/publi/podemostodos.jpg"></a>✉
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>.

Line 693, Column 155: end tag for "img" omitted, but OMITTAG NO was specified.
…/archivos/publi/podemostodos.jpg"></a>✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

Line 693, Column 108: start tag was here.
…g.com/podemos_todos" target="_blank"><img src="/archivos/publi/podemostodos.j Line 701, Column 19: there is no attribute "background".
<td background="grunged/misc/links_above_bg.gif"><img src="grunged/misc/link✉
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 706, Column 74: there is no attribute "background".
…cellpadding="0" cellspacing="0" background="grunged/misc/footer_left_bg.gif">✉
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.
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 20:39.