Click to See Complete Forum and Search --> : Tables "nowrap" command?


bella
02-08-2005, 09:19 AM
what is the "nowrap" command for tables..I mean what does it do?

NogDog
02-08-2005, 10:17 AM
Per the spec (http://www.w3.org/TR/html4/struct/tables.html):
nowrap
Deprecated. (http://www.w3.org/TR/html4/conform.html#deprecated) When present, this boolean attribute tells visual user agents to disable automatic text wrapping for this cell. Style sheets (http://www.w3.org/TR/html4/present/styles.html) should be used instead of this attribute to achieve wrapping effects. Note. if used carelessly, this attribute may result in excessively wide cells.