Hi Bruce
I convert a rtf string field to html that I want to display in a TinyMCE field on a form.. the 'Allow xHtml' and 'Allow UNSAFE xHtml' are switched on. After converting the rtf to a html format the form only hangs. Do not generate the form.
An example of the converted html code as follows:
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta content="en-za" http-equiv="Content-Language">
<style type="text/css">
p
{ color:green;font-size:12pt;font-style:italic; }
</style>
</head>
<p><span style="color:#080000;"><span style="font-family:Times New Roman;"><span style="font-size:11.5pt;">With reference to your broker code 165 and the fact that there is no active policies under this agency with Landmark, we hereby give notice that it is cancelled with immediate effect.</span></span></span>
</p><p>
</p><p>We would like to thank you for your support in the past.
</p><p>
</p><p>Please contact us do you wish to discuss any future business oppurtunies.
</p><p>
</p><p>Kind regards,
</p><p></p>
</html>
Can you please indicate to me how the html must look-like to be used with the TinyMCE or where I can found specs how it must be look-like to be open with the TinyMCE .
Kind regards
Johan