You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I took the menu out and put it in a separate file, mmenu.html and fixed the duplicate DropDownBlog.
In every other HTML file I repalced the
... with, .
At the bottom, right after <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> I added,
<script>
$('#navigation').load('/mmenu.html');
</script>.
Now, there is a single menu for all pages, makes it easier to use.
I also found some bugs such as an extra in one file and obsolete attributes in use in other files by using the w3c html validator.
The text was updated successfully, but these errors were encountered:
I took the menu out and put it in a separate file, mmenu.html and fixed the duplicate DropDownBlog.
... with, .In every other HTML file I repalced the
At the bottom, right after <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> I added,
<script>
$('#navigation').load('/mmenu.html');
</script>.
Now, there is a single menu for all pages, makes it easier to use.
I also found some bugs such as an extra in one file and obsolete attributes in use in other files by using the w3c html validator.
The text was updated successfully, but these errors were encountered: