- Joined
- Nov 19, 2008
- Messages
- 50
- Reaction score
- 2
I need help to make a box with 50 px high and 50 px <-->, How do i make then? where i can type my new in the box.
<textarea>
</textarea>
<textarea rows='4' columns='5'></textarea>
<input type="text" name="BOX_NAME" size="40" value="Hello">
<textarea cols="30" rows="4" name="TEXTAREA_NAME">Hello!</textarea>
www.w3schools.com
learn first then ask if you dont understand like someone else said in your previous post!