Sorted
link should take to a bootstrap modal of another page
-
How do I make the following link on one page open a modal of another page on that page.
<a class="nav-link-dropdown " href="services.html">Local law 84, 87 & 133</a>
<div class="modal fade" id="rebates" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal- sm" role="document"> <div class="modal-content"><p>this is a modal</p></div> </div> </div>