I realize one can specify a custom graphic to be a replacement bullet character, using CSS attribute:
list-style-image
And then giving it a URL.
However, in my case, I just want to use the ‘+’ symbol. I don’t want to have to create a graphic for that and then point to it. I’d rather just instruct the unordered list to use a plus symbol as the bullet symbol.
Can this be done or am I forced to make it a graphic first?
The following is quoted from Taming Lists: