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
bullets not displaying in Unordered List.
-
- Forum Members
- Posts: 28
- Joined: Tue Oct 09, 2007 4:33 pm
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: bullets not displaying in Unordered List.
Please use a supported version of CMS made simple.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: bullets not displaying in Unordered List.
Apart from using an up-to-date CMS installation (your really should), you could specifically state the list style in your CSS. You can find more info on the page stated below:
http://www.w3schools.com/CSS/pr_list-style-type.asp
Have you set the list-style-type to "none" somewhere? Try to specifically set the style-type for lists nested in tables, something like
table ul {}
should work... however... I am not that big of CSS crack... probably someone else find the error...
Best
Nils
http://www.w3schools.com/CSS/pr_list-style-type.asp
Code: Select all
ul
{
list-style-type: disc
}
table ul {}
should work... however... I am not that big of CSS crack... probably someone else find the error...
Best
Nils
-
- Forum Members
- Posts: 28
- Joined: Tue Oct 09, 2007 4:33 pm
Re: bullets not displaying in Unordered List.
Apart from using an up-to-date CMS installation (your really should),
OK. If I upgrade my cmsms, will it affect the look and feel of my website? Do I reload my template and CSS? Does that defeat the purpose?
My site is here: http://www.eldoradopublicschools.com/northwest