I am trying to format my textboxes so that a bullet will appear when you type text into it. I have created a style taht is attached to the text box. All the other elements of the style are working - bold, font, etc. But the bullet does not appear. How do I do this? This is the style that is attached to the textbox? <style>.bulletedcomments { FONT-WEIGHT: bold; LIST-STYLE-POSITION: outside; FONT-SIZE: 12px; COLOR: black; LINE-HEIGHT: 2; FONT-FAMILY: Arial; LIST-STYLE-TYPE: square; TEXT-ALIGN: left; TEXT-DECORATION: none } </style>