SOLVED: Basic list formatting question from noob, please help
Posted: Tue Aug 05, 2008 5:27 pm
I'm using CMSms 1.3.1 and TinyMCE 2.4.0. I'm new to CMSms and to CMS's in general and need some help...
I know this isn't working in IE but I have a long list of issues and haven't gotten to that one yet. What I'm trying to format are the two sentences under Objective, I want them to be two list items in an unordered list.
http://www.redkitecreative.com/projects/naww/
I want my user to be able to use my CSS style for an unordered list. The style is 'bullet-list', it's showing up in TinyMCE correctly under the Styles dropdown.
li.bullet-list {
padding-bottom: 0.8em;
list-style-type: disc;
font-size: 110%;
}
If I select a block of text, three sentences, and click on the bullet list icon in TinyMCE, it makes it tiny and with no bullets. If I then select my style from the dropdown, nothing happens. Or, if I don't use the bullet list icon and just try the style, that also makes the text tiny with no bullets.
I tried setting style to bullet-list then pasting, that just pasted it into a paragraph tag.
So, can someone please tell me how to correctly format a bullet list within the content?
I know this isn't working in IE but I have a long list of issues and haven't gotten to that one yet. What I'm trying to format are the two sentences under Objective, I want them to be two list items in an unordered list.
http://www.redkitecreative.com/projects/naww/
I want my user to be able to use my CSS style for an unordered list. The style is 'bullet-list', it's showing up in TinyMCE correctly under the Styles dropdown.
li.bullet-list {
padding-bottom: 0.8em;
list-style-type: disc;
font-size: 110%;
}
If I select a block of text, three sentences, and click on the bullet list icon in TinyMCE, it makes it tiny and with no bullets. If I then select my style from the dropdown, nothing happens. Or, if I don't use the bullet list icon and just try the style, that also makes the text tiny with no bullets.
I tried setting style to bullet-list then pasting, that just pasted it into a paragraph tag.
So, can someone please tell me how to correctly format a bullet list within the content?