Greetings! Here's an image of the current state I am in: https://i.sstatic.net/Ceemp.jpg
However, my desired outcome should look like this: https://i.sstatic.net/0IN5w.jpg
In my text area, consisting of 5 rows, I would like the button to be positioned towards the bottom of the text area.
This is the code I have used:
<div class="row">
<p class="col-sm-6 col-md-10 ">
<b >Mail</b> <br />
<textarea class="form-control" rows="5" id="Email"></textarea>
</p>
<p class="col-sm-6 col-md-2">
<br />
<a id="btnSave" onclick="SaveValue()" class="btn btn-success btn-flat btn-xs-block"><span style="color: #fff;" class="glyphicon glyphicon-save"></span>Save</a></p> </div>
I have come across some suggestions advising me to add a Bootstrap 4.0 link. However, it did not work as expected and only altered my display slightly. Here's an image for reference: https://i.sstatic.net/0x3nY.jpg