[reportlab-users] How do I left-align my table?
Matthew Wilson
matt at tplus1.com
Wed Nov 19 11:48:29 EST 2008
Thanks Paul! That was exactly right.
On Wed, Nov 19, 2008 at 11:44 AM, Paul Barrass
<paul.barrass at safeonlinebilling.com> wrote:
> Matthew Wilson wrote:
>>
>> I have a small table and it is displayed in the center of the page.
>>
>> Here's the code I'm using:
>>
>> def tfun(title, dt, data):
>>
>> t = Table(data)
>>
>> <snip>
>>
>
> t.hAlign='LEFT' is what you want.
>
> Paul Barrass.
> _______________________________________________
> reportlab-users mailing list
> reportlab-users at reportlab.com
> http://two.pairlist.net/mailman/listinfo/reportlab-users
>
--
Matthew Wilson
matt at tplus1.com
http://tplus1.com
More information about the reportlab-users
mailing list