Hallo,
I'm trying to control distances in a bullet list (ul, li tags). The margin on the left and the distance between the bullet and the text.
I managed to achieve the first task with this:
ul {margin-left:12px;}
this will produce a list with a left margin of 2 pixels (considering that the distance between the text of the list and the bullet is 10px
. The problem is that I'm not sure this is the right way to do it.
The second task: distance between list-text and bullet: I just cannot find out...
Does someone know?
Thanks
I'm trying to control distances in a bullet list (ul, li tags). The margin on the left and the distance between the bullet and the text.
I managed to achieve the first task with this:
ul {margin-left:12px;}
this will produce a list with a left margin of 2 pixels (considering that the distance between the text of the list and the bullet is 10px
The second task: distance between list-text and bullet: I just cannot find out...
Does someone know?
Thanks