Re: Newbie Table Width Question

2006-09-18 Thread Jerry W. Walker
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

Re: Newbie Table Width Question

2006-09-18 Thread John Larson
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

Newbie Table Width Question

2006-09-18 Thread Chip Myers
I have two separate tables on one webobjects page with the following appearance:Table 1__|___|___|___|___|___||___|___|___|___|___||___|___|___|___|___|SOME TEXT DISPLAYED.  SOME HYPERLINKTable 2 __ |___|___|___|___|___| |___|___|___|___|___| |___|___|___|___|___