How do I lock a cell or row height in a table?

S

shyanita

I have a table with one column and a couple of rows. How can I lock the
height of the row and the width of that column so that it will not resize
when too much text is typed - I need it to use as a form and I cannot allow
any changes in the size of the cell.

Ana
 
J

Jay Freedman

shyanita said:
I have a table with one column and a couple of rows. How can I lock
the height of the row and the width of that column so that it will
not resize when too much text is typed - I need it to use as a form
and I cannot allow any changes in the size of the cell.

Ana

First go to Table > Autofit and select Fixed Column Width.

Then go to Table > Table Properties. Click the Row tab. Put a check in the
"Specify height" box, enter the size you want, and change the "Row height
is" dropdown to "Exactly".
 
Top