Is the width attribute of the <td> tag deprecated?
jaybee -> RE: Cell Width (10/25/2006 11:59:54)
You shouldn't be putting anything in the tag. Put it in the css.
BeTheBall -> RE: Cell Width (10/25/2006 12:17:46)
Thanks Jaybee. I just went with a class that uses white-space:nowrap for my column. I really don't care how wide it is, I just didn't want the text to wrap.