Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS The best way to handle multiple unordered lists? Re: The best way to handle multiple unordered lists?

#65100

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 (