I am having some trouble with removing the footer from my modal. Although I manage to remove the contents, there is still space being taken up by the footer.
Below is the code snippet I am working with...
<div class="modal hide fade">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true>× </button>
<h3>Modal header</h3>
</div>
<div class="modal-body">
<p>One fine body…</p>
</div>
</div>