ADD HTML to the code

bruno at modulix onurb at xiludom.gro
Mon Dec 5 04:23:47 EST 2005


Little wrote:
> Could someone tell me how to add some HTML tags to this program. I want
> to be able to change the background color, add some headers, and put a
> table below the map that will be displayed. Could someone please tell
> me how to add this to the current program. Thanks in advance.
> 
(snip)
Do yourself a favor : check the various templating tools available,
choose one that fits you taste, and stop embedding half-baked html in
your Python code.


-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list