Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css contain text in div

word-wrap: break-word;


or

in text css:
max-width: 100%; // or change for your max width
overflow: hidden;
text-overflow: ellipses;
 
PREVIOUS NEXT
Tagged: #css #text #div
ADD COMMENT
Topic
Name
8+9 =