Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi I have been using rtf::writer and notice that you apparently table border changes are not supported. Please can anyone tell me how I can achieve a table with no borders in my rtf file? Surely it's possible somehow. I have
$decl = RTF::Writer::TableRowDecl->new('widths' => [1500,1900]); $rtf->row($decl, "$title $initials $surname", "Our Ref: $ref");
thanks in advance

Replies are listed 'Best First'.
Re: rtf::writer table border help please!
by Anonymous Monk on Mar 03, 2005 at 16:02 UTC
    Hi, solved this myself - was just a simple ->border='none'