I use JCE as the editor at the back-end. When i use a ordened list in the editor everything is OK. But on the front-end its not visible. Is there a locked css file for this ordened list in the template of Postnote?
Eric
.article-content ul {
list-style-type: disc;
}
.article-content ul li {
list-style-position:inside;
}