Jim Steil
jim at qlf.com
Wed Mar 29 11:49:28 EST 2006
Thanks Jim, that was the problem. Unfortunately, now I get to learn about CSS inconsistencies between FireFox and IE. -Jim Jim Steil IT Manager Quality Liquid Feeds (608) 935-2345 x857 jim at qlf.com -----Original Message----- From: Jim Gallacher [mailto:jpg at jgassociates.ca] Sent: Wednesday, March 29, 2006 10:25 AM To: Jim Steil Cc: mod_python at modpython.org Subject: Re: [mod_python] Page display problems with FireFox Jim Steil wrote: > I'm having problems with my mod_python web app. It works fine with IE, but > when I try to display my page in FireFox, I just see the HTML. I realize > that this is probably not a mod_python issue, but recall seeing discussions > on this topic in the past. I have taken the offending .html code and run it > through the http://validator.w3.org/ validator and it validates with no > errors. If someone could give me a clue where to begin fighting this, I'd > really appreciate it. I've checked the archives but can't seem to locate > the discussion that I remember reading. Have you set req.content_type = 'text/html'? IIRC Firefox is less forgiving if this is missing. Jim
|