Click to See Complete Forum and Search --> : Form Help


trajik007
08-07-2006, 01:46 AM
How do I post a form with text already in it? I don't want a submit button or anything, I just want to have an html code in it, without the image actually appearing.

Kravvitz
08-07-2006, 02:37 AM
So you want to display code for the users to see and be able to copy?

What do you need the form for?

pacerier
08-07-2006, 06:12 AM
How do I post a form with text already in it?
hmm, for a literal intepretation, do you mean this? :
<input type="text" value="Your Text">
or may you elaborate on the problem?