In this particular website I'm building, I want the bullet list style to be square by default... so I thought that by moving the square style at the top of the list and unchecked the default one that it would achieve this but still, if I just clic on the list button in the editor, I still get the disk dots by default. To have the square ones, I have to pull down the button's drop list and select the square dots.
Isn't there a way to set the dot style as default when you prioritize one of them in the list order?
If you don't want or need the other options, then uncheck all of them
except default, and style the list using css in your template stylesheet, eg:
ul {
list-style: square;
}
Just because you're not paranoid doesn't mean everybody isn't out to get you.