Hi there, Does anybody know how I can position the text in a textbox? I need more space in between the text and the top of the textbox. How can I do this? Thanks
I guess, you'll have to style the <textarea> for multiline box or <input> for single line box. example: input { padding:5px}