Ver Mensaje Individual
  #7 (permalink)  
Antiguo 10/12/2003, 11:12
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 22 años, 4 meses
Puntos: 61
Localiza este código en tu página:
Código PHP:
<tr>
<
td width="146" height="16" bgcolor="#FFFFFF">
<!-- 
Search -->
<
input type="text" name="search" value="Buscar en Google" maxlength="70" class="input" size="20">
<!-- 
Search -->
</
td>
</
tr><tr>
<
td><img src="images/search_08.jpg" width="146" height="4"></td>
</
tr

Y cámbialo por este:

Código PHP:
<tr>
<
td width="146" height="16" bgcolor="#FFFFFF">
<!-- 
Search -->
<
FORM ACTION="http://www.google.com/search" METHOD="get" NAME="f" TARGET="_blank">
<
input type="text" name="q" value="Buscar en Google" maxlength="70" class="input" size="20">
<!-- 
Search -->
</
td>
</
tr><tr>
<
td<INPUT type=image name=btnG src="butt_go.jpg">
</
form></td>
</
tr

Permíteme que te de un consejo. Cuanto más te pelees con el código más sabrás y más orgulloso te sentirás de tu página. Si buscas siempre que te den todo hecho no valorarás lo suficiente la página tan bonita que tienes.

Si te surge otro problema avisa.
Un saludo!
__________________
Cómo escribir

No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia.