HTMLGen- Table Align property

Dave Benjamin dave.benjamin at gmail.com
Tue Dec 27 23:06:53 EST 2005


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>



More information about the Python-list mailing list