Ok, try again:
I have an issue with custom styling in the FCK Editor. I am following the tutorial series about formatting style definitions and custom styling. In the 6th video, there is a part where Lee removes the
tags from a paragraph by 'deselecting' the style. This does not work for me and it is not obvious to me why.
I want to be able to have users use the FCK Editor to style pages without using source view and I want them to be able to do things like:
< div class="myCustomClass" >
< p >
content
< /p >
< p >
content
< /p >
< /div >
When I try to do apply a div using a custom style that I have installed to multiple paragraphs it removes the < p > tags and puts all the content in a single < div >. But when I try to reapply < p > inside the
< div > the < div > gets removed.
So is this possible (& I am just doing something wrong)?