I've created CSS bullets using a small background .gif to replace the standard dark dot:
li
{
margin-left: 0px;
background: url(templates/graphics/bullet.gif) no-repeat 0px .6em;
padding-left: 1.8em;
padding-bottom: 1em;
padding-right: 20px;
line-height: 1.3em;
}
It looks great on the actual web page with Firefox and IE and this is the way I usually do my bullets (hope it's right) - but the editor does not show any bullets at all just a blank space with an indent. Is it possible for the editor to show a bullet here, even just a plain round one so my clients don't get confused when they are trying to edit?
Also, the text size is really tiny in the editor (although the fonts and heading styles do show up correctly) - is there a way to size this up so it's the same as the actual web page?
Also, is the name of this editor meant to sound so... rude? Or is it just me...

Thanks,
Eva