 
			
				28/09/2010, 17:46
			
			
			     |  
      |    |    |    Fecha de Ingreso: septiembre-2010  
						Mensajes: 62
					  Antigüedad: 15 años, 1 mes Puntos: 0     |        |  
  |      Respuesta: Cursor en textarea        Ahora quedo asi pero no se soluciono el problema   
[php] 
    <tr bgcolor="#FF0000"> 
      <th height="39" colspan="4" bgcolor="#FFFFFF" scope="row"><label for="label4"></label> 
      <label for="textarea"></label> 
      <textarea name="informacionAdic" style="text-align:right"  cols="30" rows="3" id="informacionAdic" onkeypress="return LIMITA(150);"><? if(!empty($_GET["informacionAdic"])){ echo $_GET["informacionAdic"];}?> 
      </textarea> 
      </th> 
    </tr> 
[php]           |