Limit characters displayed in span

后端 未结 7 2244
清歌不尽
清歌不尽 2020-12-13 06:36

Is there some sort of way within HTML or CSS to limit the characters displayed with a span? I use a repeater that displays these info boxes and I want to limit the character

7条回答
  •  有刺的猬
    2020-12-13 07:17

    You can use css ellipsis; but you have to give fixed width and overflow:hidden: to that element.

    
    	Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
    	

提交回复
热议问题