Opened 9 years ago
Closed 9 years ago
#14384 closed Bug (invalid)
Table cell resizing unaccessible
Reported by: | Rez | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
dears,
I'm using the general CKEditor with default property in fire fox. the issue appear when I want to insert a table in editor. because, I don't access to cell resize property. I can just resize the table not a specific row or column. please assist me to resolve this issue. thanks.
Change History (1)
comment:1 Changed 9 years ago by
Keywords: | table cell removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.5.7 |
To set the cell size you need to right-click on the table, select Cell, Cell Properties option. The dialog will pop out and you will be able to set size of the cell. Please note that you can't resize every cell the way you like - cells are in columns, rows and their final size (despite values assigned in HTML) depends on other cells e.g. if one cell has width 20px and other has 40px the final width assigned to column will be 40.
There is also http://ckeditor.com/addon/tableresize plugin which allows resizing table width.
Firefox has also native feature to resize table and cells.