Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/08/2006, 00:15
Avatar de fearlex
fearlex
 
Fecha de Ingreso: septiembre-2003
Ubicación: Exiliado de mi patria
Mensajes: 1.047
Antigüedad: 20 años, 7 meses
Puntos: 5
Error de validacion extraño

Estoy creando mi pagina personal pero tengo un problema al tratar de validarla con el w3c validator, me da un error y me dice que no es valid xhtml, no se ni que hacer.
Este es mi codigo:

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>fearlex Personal Blog - Web Designer</title>
<link rel="stylesheet" href="index.css" type="text/css" />
</head>

<body text="#1A621A">
<div align="center">
  <table width="760"  border="1" align="center" cellpadding="0" cellspacing="1" bgcolor="#E5F4EC" bordercolor="#669966">
    <tr>................
.................................
y este es el error que me de

Cita:
This page is not Valid XHTML 1.0 Transitional!
Below are the results of checking this document for XML well-formedness and validity.

Error Line 12, column 110: there is no attribute "bordercolor" .
...ng="1" bgcolor="#E5F4EC" bordercolor="#669966">

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.
POr favor gracias desde ya !!!!
__________________
Ya viene llegando, el comunismo en Cuba, ya se esta acabando.
www.fearlex.com | www.fearlexworld.com

Última edición por fearlex; 20/08/2006 a las 00:26 Razón: ponerle etiquetas html