I want to automatically add the HTML character » (») to the left of each li element.
»
li
What would be the best practise?
I w
If you don't want the arrows to appear as content then why not go for a css background?
li { background: url("raquo.gif") no-repeat left center; }