Quote:
Originally Posted by RSoldin
Is there some way to allow the background to be flush left to the page, not the edge of the list area? Does the whole list need to be in a div?
|
Assigning the background color (via css) to the ol/ul element and not the li elements makes the background color start flush left for me. Of course that probably won't help if you want individual li elements to be different colors.