Hi,
I am working on a website and I am having trouble with the index bar. Perhaps this is the way it's supposed to be but I though a PHP meant only having to have one file for all the pages. So,
When I click to a link that gets me to a page inside a folder, the page opens but the menu will not contain the CSS style. Only the raw links.
So I noticed if I include the menu_bar.php inside that folder it will show perfectly with CSS. But now, if I add a new link, I also have to modify the copy of menu_bar.php inside each folder.
I was thinking there may be a problem importing the CSS but not sure what's going on.
bottom line, bar_menu.php will execute CSS in any page in the main HTML directory, but when going to a page that is inside a folder, CSS disappears.
Any ideas?!
Thank you!