bullets not displaying in Unordered List.

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
charleyhankins
Forum Members
Forum Members
Posts: 28
Joined: Tue Oct 09, 2007 4:33 pm

bullets not displaying in Unordered List.

Post by charleyhankins »

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
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: bullets not displaying in Unordered List.

Post by calguy1000 »

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.
nhaack

Re: bullets not displaying in Unordered List.

Post by nhaack »

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

Code: Select all

ul
{
list-style-type: disc
}
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
charleyhankins
Forum Members
Forum Members
Posts: 28
Joined: Tue Oct 09, 2007 4:33 pm

Re: bullets not displaying in Unordered List.

Post by charleyhankins »

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
Post Reply

Return to “CMSMS Core”