I have many documents with tables created in FCKEditor 2.6.
The html source there (FCK) was something like this:
Now, i have installed CKEditor and the source is:
Shure, its better XHTML, but the CKEditor doesnt accept the old attributes and said only:
Has anyone the same problem?
The html source there (FCK) was something like this:
<table width="100%">
Now, i have installed CKEditor and the source is:
<table style="width: 100%;">
Shure, its better XHTML, but the CKEditor doesnt accept the old attributes and said only:
<table style="width: 200px;">instead of 100%.
Has anyone the same problem?