If I debug my site on Visual Web Developer Express 2010 (i.e.:http://localhost:67888) the formatting is all wrong, as if its ignoring the CSS.
Its fine on the web server.
How to fix this little problem?
If I debug my site on Visual Web Developer Express 2010 (i.e.:http://localhost:67888) the formatting
Share
Difficult to tell from the lack of info. Its most likely that you are referencing the CSS via the full URL (e.g. http://mysite.com/styles/mystyles.css).
Try using a relative path.