bullets not displaying in Unordered List.
Posted: Tue Nov 11, 2008 10:54 pm
I have searched the board for the solution to this problem and have not found it.
I am running CMSMS 1.3.1.
In TinyMCE, when I create a list in a table by clicking the Unordered List button it does not create bullets.
Here is the list in HTML:
test
test2
test3
test4
Here is my CSS for lists:
/* 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 {
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 am I doing wrong please?
Thanks,
CH
I am running CMSMS 1.3.1.
In TinyMCE, when I create a list in a table by clicking the Unordered List button it does not create bullets.
Here is the list in HTML:
test
test2
test3
test4
Here is my CSS for lists:
/* 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 {
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 am I doing wrong please?
Thanks,
CH