That blank line is coming from the input file. If the blanks lines in the input file have a particular tag structure you can use extra css to remove them like this
p.MsoNormal {display:none}
This will of course remove all paragraphs that have class MsoNormal, which is why you need the extra structure
|