I am using the FAQ module and using TinyMCE as a WYSIWYG. TinyMCE places <p> tags around everything so my faq question (which becomes the node title turns out something like this:
<p>How do I ..... on this site?</p>
It is possible for the FAQ module to escape HTML tags in the question/node title? I can't seem to get TinyMCE to stop it with the <p> tags. This goes for if I wanted to add any other HTML to the question, such as <em>.
Thanks for a great module!
Comments
Comment #1
stella commentedNo HTML tags can appear in the question text because they are also the node titles. See http://drupal.org/node/294708 for details on how to overcome the issue with WYSIWYG editors.
Cheers,
Stella
Comment #2
randyesq commentedThanks I didn't catch that in my searching