Here is the simplest CSS-style that allows to make *any* content inside *any* HTML-page element non-wrapable without using TABLE’s. Example: This is the 2-column table... Left column has very long line... Twas brillig, and the slithy toves did gyre and gimble in the wabe all mimsy were the borogoves, and the mome raths outgrabe. Right column of the table ...and the same table with the "singleline" class in left column: .singleline { display: table; table-layout: fixed; width: 100%; overflow: hidden; white-space: nowrap; } This is the 2-column table... Left column has very long line... Twas brillig, and the slithy toves did gyre and gimble in the wabe all mimsy were the borogoves, and the mome raths outgrabe. Right column of the table ———————————— Этот документ был скопирован с FAVOR.com.ua (https://favor.com.ua/ru/blogs/24413.html). Все права на материал сохраняются за его автором. При перепубликации, ссылка на источник материала обязательна! Дата документа: 6 августа 2015 г.