Tom: Wie mache ich Mehrzeilige Formularfelder mit fester Größe???

Beitrag lesen

hmm,

nimm einfach die 7 einzelnen felder und formatiere sie ueber css, dass sie wie eins aussehen. ist wohl einfacher.

beispiel:
input {
font-size: 11px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
background-color: #f1e1d8;
border-color: #ffffff;
border-style: solid;
border-width: 1px;
}

tom