- html
- tag values
- nowrap
19 июня 2008, 14:54 более 2-х лет назад
td nowrap в css
<table><tr><td nowrap>text to long, but no wrap</td></tr></table> в ксс: <style type="text/css"> table td {white-space: nowrap;} </style> <table><tr><td>text to long, but no wrap</td></tr></table>