Cell/Table Auto Resizing FP2003

G

Gibble

When I create a table the cells auto resized based on the size word that I
type in the box. How can I disable this feature so that the cells are
static regardless of the size of the word I type in?

Thanks in advance

Ed
 
R

Ronx

Add dimensions to the cells:
example:
<td width="25%"> This will set the cell to 25% of the table width.
Note that sizes are minimums and cells will expand to accommodate large
images or long words.
Cells can be sized using Cell properties, as well as in HTML/Code view.
 
G

Gibble

Thank You

Ronx said:
Add dimensions to the cells:
example:
<td width="25%"> This will set the cell to 25% of the table width.
Note that sizes are minimums and cells will expand to accommodate large
images or long words.
Cells can be sized using Cell properties, as well as in HTML/Code view.
 
Top