1 заметка с тегом
nowrap РСС
19 июня 2008, 14:54
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>
5 комментариев