HTML/CSS Navigation Bar (on all pages!)
Go to solution
Solved by Brenz,
You will need a web server for this, look into XAMPP if you want to just run it locally for now. Once you have one set up you can use PHP's include function to include another file like:
<?php include('navigation.html'); ?>
Then you just need to put your navigation code into that file and include it on each page.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now