Ok i have a domain directory called TEF. now the actual path is like root/blah/moreblah/folder/folder2/TEF.
but if you type www.theepicfew.com it will just automatically go to TEF.
Now here is the problem. I have a bunch of external style sheets in /TEF/Stylesheets. But for some reason when I link my css in index.php like so:
<link rel="stylesheet" type="text/css" href="Stylesheets/Navigation.CSS" />
for some reason, the style changes are not getting applied to the page.
if you go to
http://www.newfazeindustries.com/guild/guildarmory/guildarmory
and then
http://www.theepicfew.com, you'll see the difference.
I tried doing "/Stylesheets/Navigation.CSS", but no luck.
But I have the folder structure the exact same as it is on newfazeindustries, but it doesnt work on theepicfew for some reason....
This might be a really dumb question, but I'm not all that familiar with this stuff.
Thanks,
Justin