|
All I am saying is if you have navtabs that have relative links to files you want them to be full urls so the files can be found. We are talking basic html 101 here. A relative link means look for the file in the current directory structure your in hense your issue because your telling the navbar to look for vbquiz.php hack in your gallery directory because it uses a relative url to that file instead of a full url.
|