TinyMCE not displaying <li> as bullets
Posted: Mon Nov 03, 2008 4:54 pm
I have searched the board and cannot find the correct answer, although I'm sure it is very simple.
What is the correct CSS to display as bullets?
In short, when I click the "unordered list" in TinyMCE it does not display bullets in the list. Same with ordered lists; does not display numbers.
This is what I have for my CSS now:
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
font-size: 1.0em;
line-height: 1.4em;
margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
background-image: url(eldoradopublicschools/northwest/uploads/images/bullet.gif);
margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl dt {
font-weight: bold;
margin: 0 0 0 1em;
}
div#main dl dd {
margin: 0 0 1em 1em;
}
div#main dl {
margin-bottom: 2em;
padding-bottom: 1em;
border-bottom: 1px solid #c0c0c0;
}
/* END LISTS */
What is the correct CSS to display as bullets?
In short, when I click the "unordered list" in TinyMCE it does not display bullets in the list. Same with ordered lists; does not display numbers.
This is what I have for my CSS now:
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
font-size: 1.0em;
line-height: 1.4em;
margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
background-image: url(eldoradopublicschools/northwest/uploads/images/bullet.gif);
margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl dt {
font-weight: bold;
margin: 0 0 0 1em;
}
div#main dl dd {
margin: 0 0 1em 1em;
}
div#main dl {
margin-bottom: 2em;
padding-bottom: 1em;
border-bottom: 1px solid #c0c0c0;
}
/* END LISTS */