Hello guys,
I'm trying to make a numbered list but I'm getting a margin on the top and the bottom between the list and some text (I'm using Firefox). When I try get rid of it with CSS, I loose the numbers and the indentation. Is it possible to get rid of the margin without loosing the numbers and list indentation?
If you use the following html:
<html>
<body>
BIG GAP V
<ol>
<li>hello</li>
<li>there</li>
</ol>
BIG GAP ^
</body>
</html>
You'll see that you get the following:
BIG GAP V
- hello
- there