Is there a way to enlarge the textarea and increase the size of the button on my webpage?
I'm aiming for a design similar to this: http://prntscr.com/bwmcf3
Here's the code snippet I'm currently using:
<BODY>
<form method="post" action="query.php">
<textarea type="text" size="50" name="txtarea" maxlength="1000000" style="font-family: Arial;font-size: 12pt;">
</textarea>
<CENTER>
<input type="submit">
</form>
If you decide to downvote this question, please provide constructive feedback on how I can improve it for future reference. Thank you.