Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css limit text length

/*CSS to limit the text length inside a div*/
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #limit #text #length
ADD COMMENT
Topic
Name
2+4 =