I have finaly completed the demos of my webpage project. But there is one things that I don't know how to implement.

basicly a basic input box is:

<form>
<input type="text" class="my_Text_box"/>
</form>

What I need thow is an input box of a certain widht, hieght. And that will take more then one line of text. The bosting boxes on most website e.g. yahoo, google blog etc. are perfect examples. And it needs to be done in HTML.

Thanks...

Recommended Answers

All 2 Replies

Try:

<textarea>

Thanks, just what I was looking for.

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.