Ver Mensaje Individual
  #7 (permalink)  
Antiguo 09/01/2005, 17:46
Avatar de neothemaster
neothemaster
 
Fecha de Ingreso: diciembre-2004
Ubicación: Estado de Mexico
Mensajes: 179
Antigüedad: 19 años, 4 meses
Puntos: 0
Mas dudas.

Que tal:

Bueno pues ya le he corregido el mayor numero de problemas, pero ahora me salen unos que no entiendo ni porque salen, me podrian ayudar por favor.

Estos son los nuevos errores:

Cita:
  1. Line 35, column 45: there is no attribute "FRAMESPACING"

    <frameset rows="*" cols="222,*" framespacing="0" frameborder="NO" border="0">

    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.

  2. Line 35, column 61: there is no attribute "FRAMEBORDER"

    ...eset rows="*" cols="222,*" framespacing="0" frameborder="NO" border="0">
  3. Line 35, column 73: there is no attribute "BORDER"

    ...*" framespacing="0" frameborder="NO" border="0">
  4. Line 38, column 20: document type does not allow element "NOFRAMES" here

    </frameset><noframes></noframes>

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

  5. Line 38, column 31: end tag for "NOFRAMES" which is not finished

    </frameset><noframes></noframes>

    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.

  6. Line 39, column 5: document type does not allow element "BODY" here

    <body>
  7. Line 45, column 52: document type does not allow element "SCRIPT" here

    <script language="javascript" type="text/javascript">

los que mas me tienen intrigado son estos dos ultimos, los del <body> y el del script, podian ayudarme