Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje17-05-2009, 15:24 (UTC)    
Título del mensaje: Como Insertar El Buscador En Mi Pagina ?

Bueno Alfin Eh Creado Un Buscador Como El de PwgSearch !
Mi duda Es Como Lo Inserto La Url del Buscador es http://urugames.webcindario.com/search.php
Muy Pronto Lo Personalizare pero no viene al caso lo q quiero es insertarlo en mi web jeje Desde Ya Saludos y Gracias
Mensaje17-05-2009, 15:40 (UTC)    
Título del mensaje:

Hola,
puedes colocar directamente desde su codigo,

Por encima de la pagina:

Código:
<style>
A:link         {text-decoration: none; color: #11116E;}
A:visited      {text-decoration: none; color: #11116E;}
A:hover         {font-style: normal; color: #000000; text-decoration: underline;}
BODY          {font-family: Verdana; font-size: 10pt; SCROLLBAR-BASE-COLOR: #11116E; SCROLLBAR-ARROW-COLOR: #FFFFFF;}
TD             {font-family: Verdana; color: #000000; font-size: 8pt;}
SELECT          {font-family:Verdana;font-size:10pt;background:#FFFFFF;color:#000000;}
INPUT          {font-family:Verdana;font-size:10pt;background:#FFFFFF;color:#000000;}
TEXTAREA        {font-family:Verdana;font-size:10pt;background:#FFFFFF;color:#000000;}
hr      {color: #11116E; background-color: #11116E; height: 1px;}
</style>



Donde ira:

Código:
<CENTER><hr><form action="?action=search&list&page=1" method="post" name="searchform">
   <FONT SIZE="2">Buscar:</FONT>
         <input type="text" name="keyword" size="20" maxlength="100">

         <input type="submit" value="Buscar"><BR><font size=2><BR><a href='?action=add'>Agrega Tu Web [+]</a></font><BR><hr>
   </form></CENTER>


o mediante un iframe,

Código:
<IFRAME name=Buscador src=http://urugames.webcindario.com/search.php width=510 height=80 frameborder=0 scrolling=yes>
</IFRAME>



Salu2!
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group