<html>
<style type="text/css">
ul {
list-style-type: none;
padding: 0;
}
ul li:before {
content: ">> ";
}
</style>
<body>
<ul>
<li>foo</li>
<li>bar</li>
<li>baz</li>
</ul>
</body>
</html>
Note: Browser support information here
posted by nitsuj at 5:33 PM on June 8, 2010