To make the modal window display, change "display: none" to "display: block" in the ".modal" class in the CSS. However, it will be very badly formatted. To fix the formatting issues, the markup for the modal needs to be put inside the following 2 div blocks:
<div class="modal-dialog">
<div class="modal-content">
<!-- modal content here→
</div>
</div>
|
References:
No comments:
Post a Comment