MyBB Community Forums

Full Version: How do i make a navbar?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to make a navbar that loads different parts of my websites. Like different forums and others. How do i do this?
What do you mean?... You want to create a nav bar that links to different parts of your website?...

I didn't quite understand.
(2011-08-25, 09:40 PM)Alex C. Wrote: [ -> ]What do you mean?... You want to create a nav bar that links to different parts of your website?...

I didn't quite understand.
I want a navbar on the top of the website. Just like this one. Where it says home about features downloads ect.
Do you know CSS? That's how you'll get it done.
(2011-08-25, 09:42 PM)Alex C. Wrote: [ -> ]Do you know CSS? That's how you'll get it done.
I don't know css.
Well that's what you'll need to learn in order to create a nav bar of any kid.

http://w3schools.com
You'll need to modify the header template and will need a basic knowledge of both html and css. Both are easy to learn (and generally good things to have a basic understanding of as a webmaster). You could, however, just use one of the many free online menu generators and copy the code they provide.