tag and css font-family
I have html with code below:
| Date Offense | Count |
Title, Section & Nature of Offense
The default definition for the pre tag uses the monospace font (like in console).
font-family: monospace;
It is possible your definition suggests a different type of a font which is why your nice design breaks. You must either specify a system-specific monospace font (e.g. 'Lucida Console') or the fall-back alias 'monospace';