cgi script runs under Opera, but not firefox

Mike Meyer mwm at mired.org
Sat Jun 11 16:20:01 EDT 2005


nephish at xit.net writes:

> fixed, thanks for all of your help.
> i am pouring over python texts and the problem is
> html... duh....

Right. To get HTML that will work in any browser, <URL:
http://www.anybrowser.org/campaign/ >, you really need to validate
your HTML. w3.org provides a public validator at <URL:
http://validator.w3.org/ > (as well as validators for CSS, RDF, XML
Schema and link checking). If you're going to be doing a lot of work
with such formats, you probably want to install a validator
locally. Lots of options for that, depending on what kind of system
you're using.

BTW, practical experience is that you write your application to follow
the standards, then go back and work around the bugs in various
versions of IE.

         <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.



More information about the Python-list mailing list