Cell Size?

J

Josh

Is there a way to tell front page that I want all my cell widths to be
percentages and to stay as a percentage. it seems that everytime I turn
around front page has changed them back to absolute values.

TIA
Josh
 
T

Thomas A. Rowe

Do not use your mouse to drag the table or cell borders, use the dialog or switch to HTML / Code
View and manually type any width changes, etc.

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

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

Josh

One more question. when I set that is that a percentage of the table the
cell is located in or is that the percentage of the whole page?

Thank you
Josh
 
T

Thomas A. Rowe

When you set a % for a table, that is the % of the available browser window opening, when you set a
% for a cell that is a % of the table width, and all cells in a row must equal 100% of the table
width even if the table is a fixed pixel width.

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

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

Murray

I would qualify that answer.

When you set a % for a table, that is the % of the parent container, whether
that's the browser viewport, or another page element, like a table or a div.
When you set a % for a cell, that is a minimum % of the table's width, and
all cells in a row can be no wider than the table itself UNLESS there is
content in the table that forces a cell to be wider (like a 300px wide image
in a 200px wide table). This is a very hard concept to get - for example,
if the stated widths of table cells are greater than 100% of the table's
maximum width, then they will be reduced to the extent they can be reduced,
each proportionately to the width stated for the cell. Is the aggregate
widths of table cells are less than the 100% table width, each cell will be
enlarged, again proportionately.

If you think about these qualifications that I have just made, you will
conclude that cell dimensions are mostly a fiction. Instead of thinking
about cell dimensions, and trying to hammer the table's square peg into the
round hole of what you want, think about how to add content to the table to
allow it to collapse to exactly the right shape.

This latter method of thinking explains why 'spacer.gif' or 'shim.gif' are
found so often on the web. The tables have been 'shimmed' so that the size
is fixed in place with transparent GIF images.
 
Top