我创建了一个显示事件的 ASP 页面。我已经使用 css 在一个项目模板中显示最多 3 行内容。
我想在文本之后显示 3 个句点,即:
我在互联网上搜索并找到了在使用文本后添加句点的解决方案,.after{content:"..."}
但点被放置在新行中,但我想获得图像中的确切输出。
我的CSS是:
.eventDescription
{
height: 45px;
margin-left: 65px;
font-size: 15px;
line-height: 1.5em;
overflow: hidden;
text-align: justify;
line-height: 15px;
padding-top: 10px;
width: 220px;
}