If I use the debugger and look inside the tinymce iframe, I see my head information that as loaded. But when I call tinyMCE.activeEditor.getContent({format : 'raw'}), the head element comes back empty. I have added "fullpage" to the plugins as others have suggested.
It appears that tinymce is replacing the head element I gave it with its own and then dropping that before sending it back to me.
The problem is that I'm editing a complete HTML document and need teh head elements back.
Is this not possible with tinymce? Do I need different options in the .init()