Hi.
We are using the latest full version (4.5.1.0) of the radeditor for Moss2007.
For inserting images, we want to user the Mossimagemanager instead of the Radeditor one.(For the browsing capabilities)
This works mostly fine, except when you try to insert an image into a table cell.
I'm adding a table with "Insert table" and the following html is generated:(kept it simple here, just one cell)
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td> </td>
</tr>
</tbody>
</table>
Everything fine so far. but when I want to insert an image to the cell something goes wrong:(I'm placing the cursor inside the cell then click add image)
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<img alt="" style="border-right: 0px solid; border-top: 0px solid; border-left: 0px solid; border-bottom: 0px solid" src="http://moss2007/PublishingImages/pic.jpg" border="0" />
</tr>
</tbody>
</table>
Seems that "something" is removing my <td> and </td> tags.
Any idea why? Can it be easily fixed? I've been poking around MOSSEditorTools.js but I'm not so familiar with javascripts...
Regards
Thomas
We are using the latest full version (4.5.1.0) of the radeditor for Moss2007.
For inserting images, we want to user the Mossimagemanager instead of the Radeditor one.(For the browsing capabilities)
This works mostly fine, except when you try to insert an image into a table cell.
I'm adding a table with "Insert table" and the following html is generated:(kept it simple here, just one cell)
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td> </td>
</tr>
</tbody>
</table>
Everything fine so far. but when I want to insert an image to the cell something goes wrong:(I'm placing the cursor inside the cell then click add image)
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<img alt="" style="border-right: 0px solid; border-top: 0px solid; border-left: 0px solid; border-bottom: 0px solid" src="http://moss2007/PublishingImages/pic.jpg" border="0" />
</tr>
</tbody>
</table>
Seems that "something" is removing my <td> and </td> tags.
Any idea why? Can it be easily fixed? I've been poking around MOSSEditorTools.js but I'm not so familiar with javascripts...
Regards
Thomas