Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

readonly textfield

0 views
Skip to first unread message

mike

unread,
Oct 7, 2003, 11:19:20 AM10/7/03
to
How can I set the text field in form to readonly and flat,
just like a label?

Thanks in advance

ft

unread,
Oct 13, 2003, 1:38:50 PM10/13/03
to
On Tue, 7 Oct 2003 08:19:20 -0700, "mike" <mik...@hotmail.com> wrote:

>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 -

0 new messages