Thanks in advance
>How can I set the text field in form to readonly and flat, >just like a label?
Will this meet your needs. No CSS required:
<body><textarea readonly>This text is READONLY</textarea>
- omicron -