I need help figuring out how to align a table next to a form section. Here is the layout I am aiming for:
#Form
Label: |TextBox|
Label: |TextBox|
Label: |TextBox|
Label: |TextBox|
--------------------------------------------------------------------
Label: |TextBox| |----------- Table -----------|
Label: |TextBox| |-------------------------------|
Label: |TextBox| |-------------------------------|
Label: |TextBox| |-------------------------------|
Label: |TextBox| |-------------------------------|
--------------------------------------------------------------------
Label: |TextBox|
Label: |TextBox|
Label: |TextBox|
Label: |TextBox|
#End of Form
To get a better idea of what I am talking about, you can check out the source code on this Bootply link and make any necessary adjustments.
Any assistance with this layout challenge would be greatly appreciated.
HTML
<form>
<div class="form-horizontal">
<hr>
<!-- More HTML code here -->
</form>