Hi, Mike,
What you seem to be missing is that HTML tables are basically layout
suggestions for the browsers. There's no way to make the table's cell
width unchanging using table properties alone. However, you have a
couple options.
The first is to use CSS styles. You can give each of your
Chip -
There are three ways to do this. The first is just to have the text
and hyperlink in a row with column span set to 5 (as per your
diagram). Then it is still in the table and the columns are the same
columns. The other way is to build the table using div's using the
display css p
I have two separate tables on one webobjects page with the following appearance:Table 1__|___|___|___|___|___||___|___|___|___|___||___|___|___|___|___|SOME TEXT DISPLAYED. SOME HYPERLINKTable 2 __ |___|___|___|___|___| |___|___|___|___|___| |___|___|___|___|___