Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/06/2011, 18:19
BuckInc
 
Fecha de Ingreso: enero-2004
Ubicación: Cordoba
Mensajes: 72
Antigüedad: 20 años, 3 meses
Puntos: 0
Respuesta: Duda con etiqueta fieldset

A como manejas tus tablas podria ser asi:


<table width="500">
<tr>
<td>
<fieldset >
<table width="500">
<tr>
<td><legend align="left"><font color="red">Caja de texto</font></legend>pon tu nombre:<input type="text" size="15"></td>
<td><legend align="left"><font color="red">Caja de texto</font></legend>pon tu nombre:<input type="text" size="15"></td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>