Ver Mensaje Individual
  #13 (permalink)  
Antiguo 16/12/2008, 09:59
jafp_pe
 
Fecha de Ingreso: noviembre-2008
Mensajes: 371
Antigüedad: 15 años, 4 meses
Puntos: 3
Respuesta: ERROR GRAVE CON MI WEB EN Validator W3C

XD!!!
Bueno solucione muchos errores de la web aunque eh visto otros , nuevos pero alli trato de lucharla , me sale este error en validator :


__________________________________________________ __

Line 104, Column 225: end tag for "br" omitted, but OMITTAG NO was specified.

…n false">Maquilla a las Bratz</a><br>


You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">"

_______________________________________________


este es la forma como yo lo hize.


Código:

    $content .= '<img src="CategLi.png" alt="click"><a href="juego-'.$_lflash['id'].'-'.mod_rew($_lflash['name']).'.html" onclick = "window.open(this.href); return false">'.$_lflash['name'].'</a><br>
'."\n";
               }
ayuda :( cuando pongo , </b> igual me sale error , y si pongo <b> luego al final del texto </br > se descuadra :(