Re: Table help

2003-07-10 Thread David Delbridge
Add width=1 to columns #2 and #3. Remove the width= parameter from column #4. Mind you, a column width of 1 will force line wrapping at every single word, so you might adjust from 1 to something greater as needed by your application. Dave -- David M. Delbridge Circa 3000 ColdFusion Hosting

Re: Table help

2003-07-10 Thread Ewok
table width=100% tr td width=20%/td td/td td/td td/td td/td /tr /table this should work automatically. If the table is inside another cell make sure the outer cell is 100% David Delbridge [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Add width=1 to columns #2 and #3.

RE: Table help

2003-07-10 Thread Tony Walker
td/td /tr /table /td /tr /table ô¿ô Tony -Original Message- From: David Delbridge [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 3:18 PM To: CF-Talk Subject: Re: Table help Add width=1

RE: Table help

2003-07-10 Thread Sam Roach
tdTest234/td td width=100%/td /tr /table -Original Message- From: Tony Walker [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 4:41 PM To: CF-Talk Subject: RE: Table help This might work... table cellspacing=0 cellpadding=0 border=0 tr td width=20%/td td width=80