Inserting text with CSS
Date: 08/21/07
(WebDesign) Keywords: css, web
Hello to the CSS experts out there - I am dealing with content inside css-bordered boxes that is in paragraph list form:
one, two, three, ...
Is there a way to insert the comma in that list with CSS? All I know how to do is:
one | two | three | ...
with a border. Client doesn't want that.
I ask because I am starting from an unordered list. I need to keep those list items in their own containers to apply unique styles.
I am hoping to avoid:
[span]one[/span], [span]two[/span], [span]three[/span], ...
*
btw I have the link for A List Apart website. Thanks! :D
Source: http://community.livejournal.com/webdesign/1299490.html