PDA

View Full Version : Styles are just not showing up for me using Wizard


troyd
01-13-2010, 03:43 PM
The xml file gets written and the path to css and xml are written but then it screws up my toolbars. However, I'm not 100% clear on the body style value. Is this optional or is it required to make the whole thing function?

I've added several new styles within the fckconfig.js file, just under the Red Title default and that works fine. They show up. And I would use that method accept I am trying to include a style that just won't work. So I must be coding it incorrectly for that area.

The style my customer wants is to remove the bullets from a list. That's pretty easy with css but when I try to include it within the fckconfig.js it just doesn't work. I used ul, li, ol, etc. for the Element. Didn't work.

What am I doing wrong on both accounts? Either the css from the Wizard, or the styles withing fckconfig.js?

I've read and reread the manual, but I am missing something. I always upload the full HTMLEditor folder after each update. OH, and this is the current version I am using. Not the beta.

Thanks,
TroyD

Eric Mittman
01-14-2010, 12:20 PM
When you are adding in your own styles like this you will not be able to make use of the tags, you will only be able to add in your own custom classes and have them work. So the work around for your scenario would be to apply a class or id to the list and have some css that is defined for that class or id.

troyd
01-14-2010, 09:52 PM
Thanks Eric, I will see if I can figure that out.

TroyD

Eric Mittman
01-15-2010, 10:00 AM
You could start with the same styling you are currently trying to apply and create a new class with this same styling. Then on your page you would need to specify the class on the list itself, it should then pick up your custom stying.