Re: HTMLGen- Table Align property

2005-12-29 Thread Tim Roberts
"Cappy2112" <[EMAIL PROTECTED]> 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 You've got the source.

Re: HTMLGen- Table Align property

2005-12-27 Thread Dave Benjamin
Cappy2112 wrote: > Table and TableLite are different classes. Tablelite requires a little > more work, and I will ave to rewrite some code to use it. > > I am using Table a tthe moment Well, as far as I know, wrapping a DIV align="center" around a TABLE should produce the same effect as giving t

Re: HTMLGen- Table Align property

2005-12-27 Thread Cappy2112
Table and TableLite are different classes. Tablelite requires a little more work, and I will ave to rewrite some code to use it. I am using Table a tthe moment >>ith a "style" attribute (or using the TableLite class, which also >>accepts a "style" attribute), and setting the "text-align" propert

Re: HTMLGen- Table Align property

2005-12-27 Thread Dave Benjamin
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="cen

Re: HTMLGen- Table Align property

2005-12-27 Thread Dave Benjamin
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 I've never used HTMLgen, but you might

HTMLGen- Table Align property

2005-12-27 Thread Cappy2112
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 -- http://mail.python.org/mailman/listinfo/python-list