Ver Mensaje Individual
  #8 (permalink)  
Antiguo 28/09/2010, 17:51
RicardoUY
 
Fecha de Ingreso: septiembre-2010
Mensajes: 62
Antigüedad: 13 años, 7 meses
Puntos: 0
Respuesta: Cursor en textarea

Cita:
Iniciado por RicardoUY Ver Mensaje
Ahora quedo asi pero no se soluciono el problema

Código 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>