07-09-2012, 04:50 PM
The HTML report would be slightly easier to read if the whole row changed color when mouse hovers over it. A simple in the CSS will accomplish this (some more CSS can be used to limit the hover effect to only content, but for me just this would suffice).
Code:
tr:HOVER td { background: #ddd; }