I have an unordered list as with my links in it how do i make the line spacing for each link to have a little more
this is what i have at the moment
#nav being the div that the list is in.
Thanks
this is what i have at the moment
Code:
#nav li { list-style: none; display: inline; } #nav ul li { line-height: 100em; }
Thanks
Comment