I need to reduce the space between paragraphs

Using html field scripting you can try using a <p> tag with the spacebefore and/or spaceafter attributes. Here's the format to use, where n refers to number of points of space:

<p spacebefore="n" spaceafter="n">Text for your paragraph</p>