I need a dynamic text area that includes a bulleted list. I am using an external xml file with a separate css file. These are modified versions of files downloaded from ActionScript.org created by Neil Webb. I can use <li> tags but the bullet is always black (font is white) and there is no way to modify the size of the bullet. Is there anybody out there?
Can't you designate your own custom bullet with the css? I believe it is the last line in the css file. I have never done what you are doing but if your css let's you use an image for the bullet, it should at least be tried.