mi código está dentro de las etiquetas body y html, le moví de sitio con respecto al código anterior
Código PHP:
echo '
// ]]></script>';
}
echo '
</div>';
require("codigobusca.htm");
// The following will be used to let the user know that some AJAX process is running
echo '
<div id="ajax_in_progress" style="display: none;', $context['browser']['is_ie'] && !$context['browser']['is_ie7'] ? 'position: absolute;' : '', '">', $txt['ajax_in_progress'], '</div>
</div></div></div></body></html>';
allí está entre estas líneas
Código PHP:
echo '
</div>';
require("codigobusca.htm");
pero observa como se ve en mi página le acabo de poner de nuevo. quizá el problema sea mi código de búsqueda que el google adsense me la da.
Este es el código y lo puse en un block de notas y lo grabé como "codigobusca.htm" y quiero mostrarlo con "require", lo muestra pero mal, el otro código de arriba de la publicidad de adsence se ve bien y si la coloca abajo se ve bien también, tal parece que el problema está en mi código de búsqueda de Adsence?
Código HTML:
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.com/custom" target="_top">
<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="www.dcristo.org"></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="Búsqueda" id="sbb"></input>
</td></tr>
<tr>
<td> </td>
<td nowrap="nowrap">
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked 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.dcristo.org" id="ss1"></input>
<label for="ss1" title="Búsqueda www.dcristo.org"><font size="-1" color="#000000">www.dcristo.org</font></label></td>
</tr>
</table>
<input type="hidden" name="client" value="pub-7114941673848139"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="channel" value="1652613213"></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:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input>
<input type="hidden" name="hl" value="es"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google -->