Connecting Tech Pros Worldwide Forums | Help | Site Map

how to wrap the text in the div when the text is very long word

Newbie
 
Join Date: Sep 2008
Posts: 2
#1: Sep 9 '08
is there any solution.

Expert
 
Join Date: Aug 2008
Posts: 397
#2: Sep 9 '08

re: how to wrap the text in the div when the text is very long word


One way, depending on the situation,is to use a soft-hyphen.
Expand|Select|Wrap|Line Numbers
  1. ­
The hyphen will appear in this example when you scale the fonts enough so that the word becomes wider than its container:
soft-hyphen
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,662
#3: Sep 10 '08

re: how to wrap the text in the div when the text is very long word


unicode number is 173 (& #173)
Reply