After creating and saving a page with a table the frist lines of the table look like this:
------------------------
<TABLE style="WIDTH: 268px; HEIGHT: 110px" cellSpacing=1 cellPadding=1 border=0>
<TBODY>
<TR>
------------------------
after calling the page again from the db and changing into html-mode the same lines look like this:
------------------------
<TABLE style=""WIDTH: " cellSpacing=1 cellPadding=1 border=0 110px\? HEIGHT: 268px;>
<TBODY>
<TR>
------------------------
this is surely not the way it shoud be?
any hints? wolfgang
------------------------
<TABLE style="WIDTH: 268px; HEIGHT: 110px" cellSpacing=1 cellPadding=1 border=0>
<TBODY>
<TR>
------------------------
after calling the page again from the db and changing into html-mode the same lines look like this:
------------------------
<TABLE style=""WIDTH: " cellSpacing=1 cellPadding=1 border=0 110px\? HEIGHT: 268px;>
<TBODY>
<TR>
------------------------
this is surely not the way it shoud be?
any hints? wolfgang
RE: table is broken after reediting
I treated the editor-output with php "addslashes".
By putting the raw-string into the db without any additional treatment everthing works fine so far.