Page 1 of 1

bullets not displaying in Unordered List.

Posted: Tue Nov 11, 2008 10:54 pm
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

Re: bullets not displaying in Unordered List.

Posted: Wed Nov 12, 2008 12:17 am
by calguy1000
Please use a supported version of CMS made simple.

Re: bullets not displaying in Unordered List.

Posted: Wed Nov 12, 2008 8:23 am
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

Re: bullets not displaying in Unordered List.

Posted: Sun Nov 30, 2008 8:54 pm
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