Use CSS to set the formatting:
li {margin-top:2em}
You should have a css stylesheet (something like "stylesheet.css") where you can put the code above. Then link that sheet be right-clicking on your html file(s) and selecting "link stylesheet". Point it to your stylesheet and...voila!
edit: OH! And Welcome to MR!!
Last edited by Turtle91; 10-24-2017 at 05:10 PM.
|