How can I place an input type=submit on a new line following a text area element?
without using a br tag or a div, ideally I like to do it using css.
<textarea></textarea><input type="submit" class="submitbutton">
.submitbutton{
display:block;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With