Cappy2112 wrote:
> Does anyone know if the table align property is available in
> HTMLgen.Table?
> The docs don't show it, but I find it hard to believe that it is not
> available.
> 
> I want to center the table.
> Only the cell align propterty is available

 >>> print HTMLgen.TableLite(align="center")
<TABLE align="center"></TABLE>

 >>> print HTMLgen.Div(align="center")
<DIV align="center"></DIV>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to