yippiekyyay
Programmer
Hello,
I need to treat ol differently than ul. Specifically, I need a space after each item in an ordered list, but no space after an item in an unordered list.
Do I have to give each <li> a class name? or can I not do something like:
ul.li {margin-bottom: 0px}
ol.li {margin-bottom: 10px}
(I know that's wrong - but I just wanted to give you an idea of what I was going for).
Thanks in advance!
-Sean
I need to treat ol differently than ul. Specifically, I need a space after each item in an ordered list, but no space after an item in an unordered list.
Do I have to give each <li> a class name? or can I not do something like:
ul.li {margin-bottom: 0px}
ol.li {margin-bottom: 10px}
(I know that's wrong - but I just wanted to give you an idea of what I was going for).
Thanks in advance!
-Sean