I need to make a bulleted list on a web page with markers (bullets) that look like empty flags (basically, the outline of a square). I know that you can specify a list marker using a property of type list-style in CSS, but the options available (filled circle, open circle, filled square, etc.) are not what I need.
I do not need these functions to function as checkboxes. I just want them to be squares, not filled.
Thanks, John
source share