Hi Peter, Thanks for reporting this. I will get this fix later today.
Originally it was done to prevent large links spilling out of their containers. (Example: http://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/) If you notice anything else please let us know! Thanks again, Ian On 13 January 2014 14:01, Peter <peter.malo...@yahoo.ca> wrote: > Hi, > > I find it terrible that the website has the following CSS on the body > element: > > word-break: break-all; > > This makes words break anywhere, not just at white space (word > boundaries), and unlike in books you read, it has no hyphen at the end > of the line. It looks bad and is annoying to read. I have never > encountered another web site where this setting is used for normal > paragraphs. Please fix it. Just remove this setting, or set it to > "normal". (see css reference here > http://www.w3schools.com/cssref/css3_pr_word-break.asp) > > Thanks, > Peter >