HighDots Forums  

HTTP Headers text/css and text/plain not consistent?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss HTTP Headers text/css and text/plain not consistent? in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default HTTP Headers text/css and text/plain not consistent? - 08-15-2003 , 11:05 AM






List,

I posted earlier this week about a problem I was experiencing with the
style sheet loading fine locally and on IIS, but failing to load in
production on all browsers except IE. As it turns out, my site admins
are going to fix the problem so the style sheets are always returned
as text/css. I have a question, however. I have had several pages
that use css (http://www.wisc.edu/uwcc) in production for a couple
years. These have loaded fine on all browsers and they also render
the css more-or-less correctly. On them, I have

<LINK REL=stylesheet TYPE="text/css" HREF="css/template.css"
TITLE="Category">

whereas on the new page ( http://www.wisc.edu/uwcc/farmercoops03 ) I
have the external sheet linked as
<style type="text/css" media="all">@import url(fc03.css);</style>.

In both cases the Response Header content-type is text/plain. My
question is this:

Why do the style sheets seem to load and render correctly on the page
http://www.wisc.edu/uwcc even as text/plain whereas nothing seems to
load or work for http://www.wisc.edu/uwcc/farmercoops03 under the same
conditions?


Thanks much for any insights,

Mike Grinnell

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.