Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/01/2006, 12:38
AnDrEa MM
 
Fecha de Ingreso: mayo-2005
Mensajes: 510
Antigüedad: 18 años, 11 meses
Puntos: 1
Sip, sorry. Los tengo en una hoja de estilos, pero sería lo siguiente:

Código HTML:
<fieldset style="height:150px; width:270px;">
	<legend>CÓDIGO</legend>
	<select style="width: 150px;" name="codigo" size="1">
	<option value="codigo1">codigo1</option>
	<option value="codigo2">codigo2</option>
	<option value="codigo2">codigo2</option>
	</select><br><br>
</fieldset>&nbsp
<fieldset style="height:150px; width:270px;">
	<legend>TEMA</legend>
	<select style="width: 150px;" name="tema" size="1">"
	<option value="tema1">tema1</option>
	</select><br><br>
	</fieldset>&nbsp
<fieldset style="height:150px; width:150px; text-align:left; padding-left: 20px;">
	<legend>FECHA</legend>
	<!--<input type=radio name="posteriorA">Posterior a ...<br>-->
	<!--<input type=radio name="anteriorA">Anterior a ... <br>-->
</fieldset>