I also have problems with the lists, in the FCK preview looks good but in the generated final page it keeps the list always completely on the left edge, no matter how many <UL> (indent) I place. Does somebody knows why? Regards joejac
I discovered that in my case the problem was not the FCK but another script, thickbox for the jQuery javascript library, that in its thickbox.css file was forcing margins and paddings for all elements to 0. Please be aware of this type of instructions in other styles sheets:
Re: ordered or unordered list format issues
Does somebody knows why?
Regards
joejac
Re: ordered or unordered list format issues
I discovered that in my case the problem was not the FCK but another script, thickbox for the jQuery javascript library, that in its thickbox.css file was forcing margins and paddings for all elements to 0. Please be aware of this type of instructions in other styles sheets:
*{padding: 0; margin: 0;}
Now is working, sorry and best regards
joejac