Foros del Web » Creando para Internet » CSS »

textbox centado con boton

Estas en el tema de textbox centado con boton en el foro de CSS en Foros del Web. <body> <table width="108" height="29" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="3" valign="top"><img src="images/spacer.gif" width="1" height="1" /></td> </tr> <tr> <td width="5" valign="top">&nbsp;</td> <td width="108" valign="top"><table width="201" ...
  #1 (permalink)  
Antiguo 02/05/2007, 14:38
 
Fecha de Ingreso: junio-2003
Ubicación: Frente al monitor
Mensajes: 508
Antigüedad: 20 años, 9 meses
Puntos: 0
textbox centado con boton

<body>
<table width="108" height="29" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" valign="top"><img src="images/spacer.gif" width="1" height="1" /></td>
</tr>
<tr>
<td width="5" valign="top">&nbsp;</td>
<td width="108" valign="top"><table width="201" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><form style="margin:0" "action="index.php" method="post">
<input type="text" name="searchword" class="inputbox" onblur="if(this.value=='') this.value='search...';"
onfocus="if(this.value=='search...') this.value='';" />
<input type="hidden" name="option" value="search" />
<input name="image" type="image" src="images/searchbutton.gif" />
<br />
</form></td>
</tr>
</table></td>
<td width="15" valign="top"><br />
&nbsp;&nbsp;</td>
</tr>
</table>
</body>
</html>



Esto es un buscador, por mas que trato que el textbox me quede al mismo centro que de buscar no lo consigo...Alguien me ayuuda?
__________________
Tengo una duda...
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 09:38.