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