2009-07-02 17:55:17 UTC
Here's just a minor suggestion...
It would be nice to have a $tablerow_fontfamily variable.
I changed my config file to include a $tablerow_fontfamily variable, and I changed my print line to use it. Now my table rows are the font I want, instead of the default browser font.
In the Table rows details section, I added:
my $tablerow_fontfamily = "serif"
And down below, I changed the print line:
print "<td style='font-size:$tablerow_fontsize; font-family: $tablerow_fontfamily;";
Jim