I am trying to use DotNetNuke's core FAQ module with Cute Editor 5.1. One issue I found is that the auto-inserted <div> caused both the question and answer to jump to next line. Even if I insert a template without <div>, my template codes are still wrapped by a pair of <div></div>. This is usually not an issue when editing content in modules such as Text/HTML module but the FAQ module would add the 'Q.' and 'A.' string in front of the texts. As a result, the compiled question & answer would look like this:
Q.
Is this a question?
A.
This is the answer.
Is there any way to deal with this in Rich Text Editor mode? It is not an option for me to ask my non-technical writers to switch to HTML or Basic Text Box to get around this issue. Thanks.