I got my XML page to display on the server in Mozilla correctly with CSS. They seemed to have added the correct MIME types. Hopefully this will work for everyone hosted by EFN. If anyone else needs help setting up their server for CSS and XML with Netscape, see below
----------------------------------------------------------------------------------- You may come across a web page using CSS with poor layout with Netscape 6 or any Gecko-based browser such as Mozilla, while MSIE displays it nicely. One of the common reasons for this is an improper configuration of the web server hosting the CSS file. Some Apache and iPlanet web servers are associating files having a .CSS with an incorrect mime-type such as "text/plain" or "text/x-pointplus". In some cases, Netscape 6.2 and Mozilla ignore the CSS file because of its wrong mime type and use a default style sheet that causes the layout to be different from what was intended by the web developer. If you use Apache, you could also change configuration of the .htaccess file in your root directory (The .htaccess file is a read-only configuration file that handles a few things including mime types.). Add this line to your .htaccess file: AddType text/css css --------------------------------------------------------------------------------------------- It's issue 138 on the EFN ticket if you are interested. http://bubba.office.efn.org/roundup/roundup.cgi/Efn/issue138 Landscapes of the MInd [EMAIL PROTECTED]
