RIRedinPA Posted September 20, 2010 Share Posted September 20, 2010 What's the CSS property to wrap a word...so if I had a <p> that was 200px wide and this email address mrjonathanreallonglastname@reallongcompanyname.com I want it to break at which ever character hits the 200px point. So the word could look something like this: mrjonathanreallonglastna me@reallongcompanyname.com i thought it was word:wrap. Quote Link to comment https://forums.phpfreaks.com/topic/213909-wrapping-a-long-word/ Share on other sites More sharing options...
Miss_Rebelx Posted September 20, 2010 Share Posted September 20, 2010 Try: word-wrap: break-word; Quote Link to comment https://forums.phpfreaks.com/topic/213909-wrapping-a-long-word/#findComment-1113330 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.