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 :(