[EMAIL PROTECTED] 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 <[EMAIL PROTECTED]>                  http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to