> > Anthony: That looks all well and good, but what is `tag` doing? >
Look at some of the other HTML helper classes in html.py -- they inherit from DIV and include a "tag" attribute, which can be empty if you don't want any surrounding HTML tag (the CAT helper is just a DIV with no tag). Anthony --

