Example 1:
Sending page:
<P>line 1</P>
<P>line 2</P>
<P>line 3</P>
Recieving page and DB:
<P>line 1</P><br />
<P>line 2</P><br />
<P>line 3</P>
Example 2 (table):
Sending page:
<TABLE cellSpacing=0 cellPadding=0 width=200 border=0>
<TBODY>
<TR>
<TD>cell1</TD></TR>
<TR>
<TD>cell2</TD></TR>
<TR>
<TD>cell3</TD></TR></TBODY></TABLE>
Recieving page:
<TABLE cellSpacing=0 cellPadding=0 width=200 border=0><br />
<TBODY><br />
<TR><br />
<TD>cell1</TD></TR><br />
<TR><br />
<TD>cell2</TD></TR><br />
<TR><br />
<TD>cell3</TD></TR></TBODY></TABLE>
"<br>"-tags all over!
Any idea?
Sending page:
<P>line 1</P>
<P>line 2</P>
<P>line 3</P>
Recieving page and DB:
<P>line 1</P><br />
<P>line 2</P><br />
<P>line 3</P>
Example 2 (table):
Sending page:
<TABLE cellSpacing=0 cellPadding=0 width=200 border=0>
<TBODY>
<TR>
<TD>cell1</TD></TR>
<TR>
<TD>cell2</TD></TR>
<TR>
<TD>cell3</TD></TR></TBODY></TABLE>
Recieving page:
<TABLE cellSpacing=0 cellPadding=0 width=200 border=0><br />
<TBODY><br />
<TR><br />
<TD>cell1</TD></TR><br />
<TR><br />
<TD>cell2</TD></TR><br />
<TR><br />
<TD>cell3</TD></TR></TBODY></TABLE>
"<br>"-tags all over!
Any idea?
RE: <br> tags are added automatically?
RE: <br> tags are added automatically?
RE: <br> tags are added automatically?
I save the message in draft form and leave the editor area. Upon returning and re-opening up the message, I find this:
original code:
<TABLE cellSpacing=0 cellPadding=10 width=600 align=center border=0>
<TBODY>
<TR>
<TD>
FCK modified code:
<TABLE cellSpacing=0 cellPadding=10 width=600 align=center border=0><br>
<TBODY><br>
<TR><br>
<TD><br>
And these appear throughout the entire message!
I'm not sure exactly what you mean by replacing all the "\n" and "\r"...where do I find these? I'm using version 1.4 by the way...thanks for your help.