我有以下从 Javascript 代码“CKEditor”生成的代码。
编码:
<table border="2" id="table001">
<tbody>
<tr>
<td id="td001"><img alt="" src="http://localhost:8888/xxx/ckeditor/ckfinder/userfiles/images/hh.png" style="height:400px; width:400px" /></td>
</tr>
<tr>
<td><em>This is the caption.</em></td>
</tr>
</tbody>
我想知道如何使它在文本区域中以 1 个单位可拖动?我怎样才能做到这一点?