[thelist] FORMs question

Sam Carter scforum at iness.com
Sun Dec 19 15:29:12 CST 2004


Both contenteditable and disabled appear to be good solutions. 

I've got multi-line questions so the input element won't do.  

Is there any way the textarea element can be styled so it doesn't appear
with scrollbars and borders?

Sam

-----Original Message-----
From: thelist-bounces at lists.evolt.org
[mailto:thelist-bounces at lists.evolt.org] On Behalf Of Alliax
Sent: Sunday, December 19, 2004 4:01 PM
To: thelist at lists.evolt.org
Subject: Re: [thelist] FORMs question


Easy one so I jump on it :
add the CONTENTEDITABLE attribute to your input like this :
<input type="text" name="question" contenteditable="false">

Hope this helps and won't get you into more trouble.

Sam Carter wrote:
> Is there any visible not-modifiable form field that I could use which will
> display to the user and post so I code the question only once?
>  
> Sam

-- 

* * Please support the community that supports you.  * *
http://evolt.org/help_support_evolt/

For unsubscribe and other options, including the Tip Harvester 
and archives of thelist go to: http://lists.evolt.org 
Workers of the Web, evolt ! 




More information about the thelist mailing list