Forum Moderators: not2easy
@media print
{
td { font-size: 10pt; }
}
The other conclusion I jumped to - the serious one, if you like - is that you've got something else in your CSS which is more specific than your td rule. Try adding a "text-decoration:underline" to the print rule and see what happens. If nothing, then check the rest of your rules.