I'm using FCKEditor integrated in the OpenCMS content management system. I have added my CSS styles (partially, first off one or two of them) into the Styled dropdown menu.
One of the elements is a
When I select TEXT and choose the respective item from the Styles listbox menu, then
TEXT is enclosed in that DIV and the effect of the CSS is visible right away in the page view. So fine so far.
Now I want to enclose this DIV in another DIV and I select the item in the page view, apply the
style selection and the result is not what I'm expecting.
The previous application of DIV is reverted instead and I only have the sheer text, no tags anymore applied to it.
How can I achieve what I'm trying to do?
Actually the reason behind this is that FCKEditor offers this unholy indenting button which love our secretaries so much
that the page code is filled with blockquotes all over the place, an anachronism in the days of CSS and XHTML.
One of the elements is a
<div class="indent">TEXT</div>
When I select TEXT and choose the respective item from the Styles listbox menu, then
TEXT is enclosed in that DIV and the effect of the CSS is visible right away in the page view. So fine so far.
Now I want to enclose this DIV in another DIV and I select the item in the page view, apply the
style selection and the result is not what I'm expecting.
The previous application of DIV is reverted instead and I only have the sheer text, no tags anymore applied to it.
How can I achieve what I'm trying to do?
Actually the reason behind this is that FCKEditor offers this unholy indenting button which love our secretaries so much
that the page code is filled with blockquotes all over the place, an anachronism in the days of CSS and XHTML.