- Code: Select all
<table style="border-collapse: collapse;" align="Default" bgcolor="#ccff66" border="1" bordercolor="#000033" cellpadding="0" cellspacing="0" width="200"><tbody><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr></tbody></table>
Post news.
The table displays ok. Next i try to edit the news with the table. This come up:
- Code: Select all
<table style=\"border-collapse: collapse;\" align=\"Default\" bgcolor=\"#aaff66\" border=\"1\" bordercolor=\"#000033\" cellpadding=\"0\" cellspacing=\"0\" width=\"200\"><tbody><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr></tbody></table>
Post news. When editing again:
- Code: Select all
<table style=\\\"border-collapse: collapse;\\\" align=\\\"Default\\\" bgcolor=\\\"#aaff66\\\" border=\\\"1\\\" bordercolor=\\\"#000033\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"200\\\"><tbody><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr></tbody></table>
Everything is working fine only the code gets messed more each time i am editing the news. It is inserting slashes( \ ) befor each ". In version 2 html works ok.
Another example: When inserting pictures with the editor
- Code: Select all
[img align=\"\" border=\"0\" alt=\" \"]http://www.rasmusklan.dk/new/xnews3-0-0/uploads/pictures/les.jpg[/img]
The picture is not displayed.
