Ver Mensaje Individual
  #3 (permalink)  
Antiguo 03/04/2007, 08:12
bellacord
 
Fecha de Ingreso: junio-2003
Ubicación: Frente al monitor
Mensajes: 508
Antigüedad: 20 años, 10 meses
Puntos: 0
Re: text box al centro

tengo esta lineas de codigo....


<td align="center"><form style="margin:0" "action="accion.php" method="post">
<input type="text" name="searchword" class="inputbox" onBlur="if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';" onFocus="if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';" />
<input type="hidden" name="option" value="search" />
<input name="image" type="image" src="searchbutton.gif" />
<br />
</form></td>
</tr>
</table></td>
<td width="15" valign="top"><br />
__________________
Tengo una duda...