Quote from: cbaone at Jun 05, 2008, 05:42 PM
I have several documents that have only chunks in the Editor - {{chunk}} The problem is that TinyMCE surrounds everything in <p> tags. I don’t want that. I’ve tried changing the styles with no luck. It seems to be a fairly simple issue, but if anyone has dealt with this before that’d be great to know your solution! 
I will suggest creating a new template instead of adding chunks inside the content: [*content*] {{chunk}}
Or maybe a TV where you select the chunk
Edit: ...or create a snippet that detects if the content has a only a chunk call and remove the <p></p>. Eg: If the string has <p>{{ remove p tags.