Background and Fontface not showing on aspx page

stf

New Member
I have a master template in aspx from which I create other aspx pages from and in the master template I have referenced a css style sheet. For some reason the background image that i've set on the body and the fontface that i've applied is not working anymore. It simply does not show up on any of the aspx pages created from the master template. I can not for the life of me figure out why it's not showing. In fact, in Visual Studio the background DOES show. Here is an image of my project directory so you can see how they are all positioned.http://i.imgur.com/xHFOXil.pngSo I have my stylesheet referenced for all the aspx pages in the base Cafe directory AND the Aspx files in the Secure folder by the simple \[code\] <link href="http://stackoverflow.com/questions/15554762/Styles/Coffee.css" rel="stylesheet" media="screen" /><link href="http://stackoverflow.com/questions/Styles/Coffee.css" rel="stylesheet" media="screen" />\[/code\]So the style sheet has been referenced correctly as some objects do change as they are suppose to.Here is the code in the css file : http://slexy.org/view/s2OAgP08oSAlso this is thie output of the page in both Visual Studio and the output in the browser : http://i.imgur.com/Hsh6sLD.jpgThis was working before just fine, the labels and all text on my aspx page was displaying with the fontface etc. Background was fine in both IE and FF. Don't get what's happened now.
 
Back
Top