Hi, I use CSS to make inlined lists in html: #text-sec ul {margin: 0; padding: 0; list-style: none;} #text-sec li {display: inline;} #text-sec li:after {content: ", ";} #text-sec li:last-child:after {content: "";} However, since (list-)items are formatted like
  • whatever
  • CSS adds a spurious space in front of my comma... Anybody feel strongly in favor of keeping this newline? Or can I push this patch? —Rasmus -- C is for Cookie