Thanks Locopon, however I'm not 100% sure from your answer, but is it possible to not wrap the contents of the editor with any tag?
I understand using linebreaks etc, but it's very annoying having the content in the text editor wrapped with the P tag and from your answer it looks like we can then choose to change what tag wraps the 'content', but is it possible to set it up so it doesn't use any tag wrapper?
I.e. if I wanted to add a text/html module which contained the text "this is the text", entering the text into the rich text editor would see html added similar to:
<container tag (div) >
<p>This is the text</p>
</container tag (div) >
Where we would like it to simply be:
<container tag (div) >
This is the text
</container tag (div) >
It's then optional if we want to add a P tag, not the default. Does this make sense? Is this possible?
Thanks,
Reuben.