Is there any library defined in Python which can convert a
given text file into a html page. Basically, I require functions for
creating tables or filling background colours for the html pages etc
instead of writing each and every tag in my script..
You're looking for a templating engine -- see http://wiki.python.org/moin/Templating
-- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list
