CSS nowrap Alternative
CSS nowrap alternative
To achieve the same results as a TD nowrap (<td nowrap=”true”>) using cascading style sheets, use the following:
white-space: nowrap;
This style attribute only applies at the TD element level ie needs to be applied to each TD, ie…
View Post









