I used FCKeditor_2.6b.zip,FCKeditor.Net_2.5.zip(it contains a dll file of version2.5) and VS.NET2005 as my developing tools.
Mistakes often happened when the content contains the html codes, for example, I entered the content:
<table cellspacing="1">
<tr>
<td>test</td>
</tr>
</table>
It displayed like this:
test
That's not what I want. Does any body encounted the same problem as I did? I hope we can work it out together.
I displayed the content using "Label1.Text = FCKeditor1.Value;"
And I've tested another example that I used the file"FredCK.FCKeditorV2.dll(version2.1)", then it works well, I mean it displayed the content I want.
so I was thinking is must be the reason of the .dll file!
If you have any thought or problem, please don't hesitate to contact me at zhouciming@163.com
Thank you!
Mistakes often happened when the content contains the html codes, for example, I entered the content:
<table cellspacing="1">
<tr>
<td>test</td>
</tr>
</table>
It displayed like this:
test
That's not what I want. Does any body encounted the same problem as I did? I hope we can work it out together.
I displayed the content using "Label1.Text = FCKeditor1.Value;"
And I've tested another example that I used the file"FredCK.FCKeditorV2.dll(version2.1)", then it works well, I mean it displayed the content I want.
so I was thinking is must be the reason of the .dll file!
If you have any thought or problem, please don't hesitate to contact me at zhouciming@163.com
Thank you!