Stylesheet not respected

2006-10-24 Thread Suren
I was able to the see weird stylesheet behavior on opera, IE and mozilla under mod_python. Here is some python code that exhibited the behavior. I have the body.css in the same folder as this file and the background is set to blue. When I access it at http://localhost/test.py, the html page shows

Re: Stylesheet not respected

2006-10-24 Thread Irmen de Jong
Suren wrote: > I was able to the see weird stylesheet behavior on opera, IE and > mozilla under > mod_python. [snip] I'm 99% sure this has nothing to do with Python but is just an error in your CSS file. Show the CSS so we might be able to see the problem. One thing to check for though is that y

Re: Stylesheet not respected

2006-10-24 Thread Suren
It was nothing related to python but how my httpd.conf was setup. My apache conf was set to handle files under this. When I said href="body.css", it was looking under test\body.css. My project src was way deeper and I was assuming that it would like for the css file where the python source is.