Похожие чаты

Hello In html, I put a table to display information when

a lot of text in a field of the table displays the whole text in that field, which causes the table to be drawn and leaves the webpage.
How can I do the same to keep the table in the same size and summarize the many texts?
For example, if my text is: "This is a test text and is supposed to be displayed on the website table." This will be displayed: "This is a trial text and ..."

2 ответов

4 просмотра

<table> <tbody> <tr> <td style="display: block; white-space: nowrap; width: 200px; height: 20px; overflow: hidden;">This is a test text and is supposed to be displayed on the website table.</td> <td style="display: block; white-space: nowrap; width: 200px; height: 20px; overflow: hidden;">simple text</td> </tr> </tbody> </table> run here : https://html-css-js.com/css/

Похожие вопросы

Обсуждают сегодня

Do any of you guys have interesting projects one could join? I'm a Middle Full-Stack developer (JS/TS, React & Node)
Lev Shapiro
35
Типа вызывать GetParent и проверять на соответствие GetModuleHandle?
The Bird of Hermes
28
$res = json_decode($наша строка из респонса); $res1 = array_map(fn($o) => $o->name, $res->breadcrumbs[0]->entities); Как такое будет на Хаскеле?.. В начале весь джейсон, в ко...
Хаскель Моисеевич Гопник
20
Вопрос по диагностике ошибок (я знаю в чем, в данном конкретном примере, я знаю, как исправить, пример модельный, понятно, что в реальности бывает намного запутаннее). module...
ⰄⰎⰋⰐⰐⰑⰛⰤⰧⰧⰩⰄ ⰊⰑⰁⰓⰡⰛⰦⰕⰫ
10
Хтось використовував Vapor на Windows?
Jaroshevskii
15
I read yesterday that in the near future most cryptos will be gone. It's like there is a lot of bullshit within the crypto sphere and this corruption some way is going to be c...
Kanah The Great
25
Тут кста кто-нибудь NeoVim использует?
Simple Sorcerer
13
А чем вам питонисты не угодили?😂
.
79
у меня вопрос на счет .global <name> для чего это нужно если я пишу на ассемблере? только для того что бы сделать это видимым для линкера? вот что написано в докумментации GA...
Simple Sorcerer
1
Есть какой-нибудь для Delphi/FPC T*Compression(Decompression)Stream на базе LZ4/Zstd/любой другой быстрый(и хорошо сжимающий) алгоритм А ещё лучше в pure pascal А ещё лучше од...
notme
52
Карта сайта