i have setup tinymce in a webpage for users to generate html data that i am putting on my website.
the issue is that i have existing html pages that i want to use as a starter.
I want to have the first time they go to tinymce page, it prepopulates the textarea with the wysiwyg view of the html file on my local disk.
is there any way to take an html stream and have it prepopulate a textarea so it shows the wysiwyg instead of the html. i need to ensure that this conversion doesn't lose any formatting.