Add other class attributes to HTMLgen tags?
Gerrit Muller
gerrit.muller at embeddedsystems.nl
Wed Sep 22 02:01:00 EDT 2004
adeger wrote:
> For use of CSS how do I do something
> like insert a 'class' attribute into an
> HTML tag like:
>
> <TABLE class='standard'></TABLE>
>
> I've really made a good faith effort to find this
> in the documentation and elsewhere on the web with
> no luck.
>
> Thanks in advance,
> ard
I use the following work-around:
icons = TD(**{"class":"icons"})
kind regards, Gerrit
--
Gaudi systems architecting:
<http://www.extra.research.philips.com/natlab/sysarch/>
More information about the Python-list
mailing list