In HTML, I can set
<style> ol,ul {margin:0;} </style>
to get
Name
* item1
* item2
* item3
end
instead of
Name
* item1
* item2
* item3
end
However, putting ol,ul {margin:0;} in my
WP style.css did not matter.
Other than hard coding bullets, what can I do.