Changing the height of a cell

C

chrisJ

I've tried to change the height of a cell, in cell formatting, to a lower number than 19, but it seems to default to 19.
How can create a cell with a height lower than 19? Thank you.
 
T

Thomas A. Rowe

What is in this cell, are cells to the left and right of this cell?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
W

wp

Any larger cell in a particular row will set the height of the entire row. If you use "center vertically" in cell properties
this will not be noticable. Another way would be to merge cells in a column and nest another tabl
in there.
 
S

Stefan B Rusynko

You can only set smaller cell / row height if you remove any default text formatting (text formatting will grow the cell) from the
cell, any <p> tags, and make sure the <td> and </td> are all on 1 line
(controlled by your FP Html Formatting - Tools Page Options Html/Code Formatting settings)




| I've tried to change the height of a cell, in cell formatting, to a lower number than 19, but it seems to default to 19.
| How can create a cell with a height lower than 19? Thank you.
 
Top