I have added the mime-type for css in Tomcat 3s conf/web.xml file as so:
<mime-mapping>
<extension>css</extension>
<mime-type>text/css</mime-type>
</mime-mapping>
using the same format as the rest of the file and as TOmcat 4. Yet the
server serves the linked css files as text/plain. Why? What can I do
about this.
The page only breaks in Netscape 7 (6 also I presume) and Firefox, but FF
is a target broswer for my project.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]