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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top