Hi everyone,
I'm sure the above title is highly vague. Hence, I'm going to start by saying that I'm using Visual Web Developer 2008 Express Edition and that I tested my pages in my computer without any problems before uploading to my web site. Also, the pages uploaded where the ones to be used as my custom error pages. However, for some strange reason the page loads but without importing the css styles, which some of the elements depend on for correct positioning and desired aesthetics. I forced the loading of the 404 error page I created by using a url in my browser that lead nowhere in the site and in both Chrome and Internet Explorer the same problem occured. I'm thinking that the server might be blocking the page from reading the styles from my css/main.css file. I tried to use both the link method and the @import method simultaneously to see if it would fix it but it didn't. Yet, is interesting that if I access it directly it is displayed correctly. I do not own the web server so my only way to configured somethings is through Helm. Thanks in advance.
I'm sure the above title is highly vague. Hence, I'm going to start by saying that I'm using Visual Web Developer 2008 Express Edition and that I tested my pages in my computer without any problems before uploading to my web site. Also, the pages uploaded where the ones to be used as my custom error pages. However, for some strange reason the page loads but without importing the css styles, which some of the elements depend on for correct positioning and desired aesthetics. I forced the loading of the 404 error page I created by using a url in my browser that lead nowhere in the site and in both Chrome and Internet Explorer the same problem occured. I'm thinking that the server might be blocking the page from reading the styles from my css/main.css file. I tried to use both the link method and the @import method simultaneously to see if it would fix it but it didn't. Yet, is interesting that if I access it directly it is displayed correctly. I do not own the web server so my only way to configured somethings is through Helm. Thanks in advance.
Comment