Forum Moderators: not2easy
I have a few people working on my website, a team that I put together. Two of us are scripting the site and we both have apache installed on our computers, I have Windows, he has Linux. We were able to use our old table/html layouts on both servers with no problems. The problems arose when we converted to CSS, particularly the change from tables to divs. On my server, everything runs fine and displays correctly, on his none of the CSS is being recognized, only the CSS-P and even that is buggy.
Now, when my teammate connects to my service from his computer everything loads up fine, so other people can view my website without any difficulties - but for some reason when he runs the exact same document through his service, everything messes up.
I'm worried because I was considering running our dedicated server on a Linux operating system. Could it be a problem with Linux and CSS?
Other issues can be because of file paths being different, or that the CSS file is not being served with the correct mime type (an Apache configuration issue).