Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

html if text too long newline

word-wrap: break-word
or 
overflow-wrap: break-word; 

which works in every modern browser. IE, being a dead browser, will forever rely on the deprecated and non-standard word-wrap instead.
 
PREVIOUS NEXT
Tagged: #html #text #long #newline
ADD COMMENT
Topic
Name
6+4 =