1 andrew Mar 11, 2005 05:24
3 andrew Mar 11, 2005 05:50
That's because I unchecked "Extra Path Information" for now. I can turn it back on if you want to see the error. Go ahead and try it now.
4 nate Mar 11, 2005 15:09
I have an idea that might work. Instead of just importing style.css, why not link to the full url for style.css. Maybe that will allow your archive pages to read the right css file regardless of the directory structure.
5 andrew Mar 11, 2005 17:54
Well, what did work was this:
@import "/style/style.css"
I just uploaded style.css to a new folder (stlye) along with the images that were in root, and it works fine. I have no idea why it works now, but it does. Thanks, Nate. I'd not have thought of doing that without your suggestion. :D
Note: I didn't try <link rel=...> because I had troubles getting it to validate XHTML 1.0 Strict, so I just stuck with importing. Your idea would probably work too, if I used the linking method.
When I click on a date from your calendar the url looks like this http://lexnaturalis.net/index.php?m=20050302 and there is no css problem. Strange...