Инструменты пользователя

Инструменты сайта


html:truncate_text

Обрезание текста css

<style type="text/css">
div {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    width: 100px;
}
</style>
/var/www/source/data/pages/html/truncate_text.txt · Последнее изменение: 2024/02/05 12:40 (внешнее изменение)