You are not logged in.
We installed Xinha has a replacement WYSIWYG editor offered as a publishing tool on our website. It seems, the editor is only working in IE. Safari and Firefox are having trouble where when the form is submitted, no data is passed from the Xinha editor. If anyone has any information or can help to clear this bug, it would be greatly appreciated. I love the editor itself however now need to scramble to find a fix or a replacement.
Offline
It's a sure bet that your HTML is not valid.
<table><form><tr>
and
<table><tr><form><td>
are not valid HTML and produce this problem, <form> can appear outside the <table> or inside the <td> nowhere else.
James Sleeman
Offline