Tubedogg,
great hack!! I finally got it to work. (was having netscape troubles, but it seems to be cool now.)
I do have a question/suggestion.
I noticed that you gave us the option of having the table header color be different than the alt 1 and alt 2 columns. I changed the
text in the table header be a different color than the text within the rest of the table.
I defined another variable in last10config.php:
$htc = "#FFFFFF";// head text color
Then in last10.php I simply changed the font color (for the header fonts to:
color:$htc;
worked like a charm.
Thanks Kevin.
p.s. I also changed (in last10.php)
$fs .= "pt";
$hfs .= "pt";
to
$fs .= "px";
$hfs .= "px";
so it works better in netscape.