"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.  Surely it would have been quicker and easier to
just Go Look It Up.  That's the beauty of Python.

No, it's not there.  It's easy enough to add it, or you can wrap the table
in <center> or <div align='center'>.
-- 
- Tim Roberts, [EMAIL PROTECTED]
  Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to