I have an ASP page that creates an Excel spreadsheet report using Response.ContentType = "application/vnd.ms-excel" and building the output with a series of TABLE, TR, and TD tags. Most of the cell appearance (color, boxes, etc.) comes via a stylesheet.
When I use IE6 or IE7 everything is fine and the cell formatting looks good coming from the Stylesheet. When I load the same page using Firefox the raw data loads fine but all the cell formatting (colors, boxes, etc) is missing because the stylesheet.css isn't loaded.
I receive the following error "Problems During Load - Missing file C:\site_include\stylesheet.css". It is looking for the file locally. How can I resolve this problem? Thanks!
When I use IE6 or IE7 everything is fine and the cell formatting looks good coming from the Stylesheet. When I load the same page using Firefox the raw data loads fine but all the cell formatting (colors, boxes, etc) is missing because the stylesheet.css isn't loaded.
I receive the following error "Problems During Load - Missing file C:\site_include\stylesheet.css". It is looking for the file locally. How can I resolve this problem? Thanks!