hi all,

i am after a basic editable html textarea.

Like the ones used on here the on im typing in now -

i have the textarea set up but want to be able to insert text once the webpage is live in html format.

if you get what i mean,

i would have had a go but i have never seen any code for anything like it before

Recommended Answers

All 2 Replies

HELLO??? can anybody hellp

Well first of all you would need a form of some sort that does something.

But in general, this is what you would want:

<form action='something_here.php' method='post'>
<textarea name='textbox' cols='10' rows='5'></textarea>
<input type='submit' name='submit' value='Submit'>
</form>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.