Spacing between bullet list rows
You might be able to do something like this:
<ul style="line-height:1.4;">
Add top
and bottom
padding to the li
s, like so:
ul li { padding: 5px 0px; }
And take out that crazy looking <p />
tag.
Demo: http://jsfiddle.net/aFED2/