Hi!
I changed the css file in order to get a border around the format style "formatted".
Everything worked fine, but when I click on "Increase Indent" the text moves right
but the border is still on the left side of the page.
How can I fix this problem?
Thanks for your help and this great editor.
I changed the css file in order to get a border around the format style "formatted".
Everything worked fine, but when I click on "Increase Indent" the text moves right
but the border is still on the left side of the page.
How can I fix this problem?
Thanks for your help and this great editor.
Re: Format - "Formatted" with border
Re: Format - "Formatted" with border
Does somebody knows why?
Regards
joejac
Re: Format - "Formatted" with border
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