In HTML, I want to align a button besides a text-area like in a messenger:
Both are in the footer, but when I change the screen size, this happens:
<input type="button" value="➢" onclick="CheckAndSubmit ()" style=" position:fixed; bottom:4px;right:100px; padding:15px;">
<textarea name="message" id="message" cols="40" rows="1" style="position:fixed; padding:15px; bottom:4px;"></textarea>