| ||||
Re: Buscador de Google y W3 Hola La forma más fácil es que modifiques la DTD de tu documento y uses la transitional de html 4.01, es difícil que no pases esa validación. Sin embargo, si tienes dudas, puedes pegar el código de dicha tabla y veremos si es modificable sin alterar los códigos importantes de Google. Felicidad
__________________ ¡ hey, hou, hou, hey ! |
| ||||
Re: Buscador de Google y W3 Yo acabo de instalar adsense, y en efecto quité todas las tablas y las reemplacé por <div> y saltos de línea <br /> Saludos
__________________ Plan Original Desarrollo Web ~$>sudo apt-get install -f "Asi debería arreglarse todo en la vida" |
| ||||
Re: Buscador de Google y W3 Patomas, gracias por responder; el código de la tabla de la caja de búsquedas de Google es esta: <!-- SiteSearch Google --> <form method="get" action="http://www.google.com/custom" target="google_window"> <table border="0" bgcolor="#ffffff"> <tr><td nowrap="nowrap" valign="top" align="left" height="32"> <a href="http://www.google.com/"> <img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a> </td> <td nowrap="nowrap"> <input type="hidden" name="domains" value="EL NOMBRE DE SU DOMINIO"></input> <label for="sbi" style="display: none">Introduzca los términos de búsqueda.</label> <input type="text" name="q" size="31" maxlength="255" value="" id="sbi"></input> <label for="sbb" style="display: none">Envíe el formulario de búsqueda</label> <input type="submit" name="sa" value="Buscar" id="sbb"></input> </td></tr> <tr> <td> </td> <td nowrap="nowrap"> <table> <tr> <td> <input type="radio" name="sitesearch" value="" id="ss0"></input> <label for="ss0" title="Buscar en la web"><font size="-1" color="#000000">Web</font></label></td> <td> <input type="radio" name="sitesearch" value="www.historiadelarte.us" checked id="ss1"></input> <label for="ss1" title="Buscar EL NOMBRE DE SU DOMINIO"><font size="-1" color="#000000">www.historiadelarte.us</font></label></td> </tr> </table> <input type="hidden" name="client" value="pub-5275591044102824"></input> <input type="hidden" name="forid" value="1"></input> <input type="hidden" name="ie" value="ISO-8859-1"></input> <input type="hidden" name="oe" value="ISO-8859-1"></input> <input type="hidden" name="cof" value="GALT:#000000;GL:1;DIV:#000000;VLC:663399;AH :center;BGC:ffffff;LBGC:336699;ALC:000000;LC:00000 0;T:D06100;GFNT:940F04;GIMP:940F04;FORID:1"></input> <input type="hidden" name="hl" value="es"></input> </td></tr></table> </form> <!-- SiteSearch Google --> |