I have made several attempts at trying to keep the text within the boxes but even with adding a p.class. I can't get it to conform please have a look I have a jsfiddle with my attempt. <html> </html> http://jsfiddle.net/gerryboy/57uGQ/35/
- 1Questions seeking debugging help ("why isn't this code working?") must include the shortest code necessary to reproduce it in the question itself. Although you have provided a link to an example, if the link were to become invalid, your question would be of no value to other future SO users with the same problem.Paulie_D– Paulie_D2015-09-11 14:21:43 +00:00Commented Sep 11, 2015 at 14:21
Add a comment |
2 Answers
Here is the solution
just add
white-space:normal; to your p class.
here is the updated fiddle Fiddle
The white-space property specifies how white-space inside an element is handled.