Home › Forums › CSS › The best way to handle multiple unordered lists? › Re: The best way to handle multiple unordered lists?
January 20, 2011 at 3:32 pm
#65100
Member
I am struggling to still understand your problem. However, if the CSS you posted above was pasted than here is your answer:
#bullets ( list-style-type:disc; }
should be
#bullets { list-style-type:disc; }
the opening brace should be { and not (