> CPanel; how to change Line-spacing on my Website?

CPanel; how to change Line-spacing on my Website?

Posted at: 2014-12-18 
You're using

elements for all your text; those have a default margin of one line above and below.

To change that, you could add

p {

margin: 0 0.5em;

}

to your style sheet.

(Also, CPanel has nothing directly to do with fixing your website's styling or content, mentioning it in the question title is misleading.)

Great, thanks!

Thanks for the remark about cPanel.

Here is my website:

acespot.net

As you can see, the text in the tables is really far apart (high line-spacing value) which I don't like because it make it difficult to read. However, I can't figure out how to actually change the line-spacing. I tried HTML editor, but couldn't find anything for it; then I looked for some CSS code on the internet to change it but I was unsure how to insert this code in my files.

Any help appreciated.