Exactly the same problem of no CSS formatting occurs with Firefox and with IE 6. The lack of formatting is for both the admin screen (Dashboard) as well as the blog display.
Both Admin and Blog pages validate as good XHTML and it source code for the main page.
The problem occurs for both Default and Classic themes. Here is a listing of the source code for the page and you can see on line 11 that it’s referencing the stylesheet. This is how the source code for https://maccs2support.chaninconsulting.com displays in the XHTM validator. I’ve tried putting wordpress in a subfolder (chaninconsulting.com/blog) and it give me exactly the same problem.
The wordpress files for 1.5.1.2 are installed in the root of a subdomain folder: https:// maccs2support.chaninconsulting.com, as follows:
1: <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
2: <html xmlns=”https://www.w3.org/1999/xhtml”>
3:
4: <head profile=”https://gmpg.org/xfn/11″>
5: <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
6:
7: <title>MACCS2SUPPORT » Uncategorized</title>
8:
9: <meta name=”generator” content=”WordPress 1.5.1.2″ /> <!– leave this for stats please –>
10:
11: <style type=”text/css” media=”screen”>
12: @import url( https://maccs2support.chaninconsulting.com/wp-content/themes/classic/style.css );
13: </style>