Most of the Web Application Developer might come accross while developing their applications/projects with Data Controls (DataGrid , DataView and etc...) a long word needs to be break onto next line.To overcome this issue you might have option to go with <div> control with scrolls, but output of this could be end with the design issue!!
To handle this situation just add "word-wrap: break-word;" CSS property of the particular control.
Thats it.Job done!
References:
http://www.w3schools.com/cssref/css3_pr_word-wrap.asp
http://www.impressivewebs.com/word-wrap-css3/
http://webdesignerwall.com/tutorials/word-wrap-force-text-to-wrap
To handle this situation just add "word-wrap: break-word;" CSS property of the particular control.
Thats it.Job done!
References:
http://www.w3schools.com/cssref/css3_pr_word-wrap.asp
http://www.impressivewebs.com/word-wrap-css3/
http://webdesignerwall.com/tutorials/word-wrap-force-text-to-wrap
No comments:
Post a Comment