I am using a feed aggregating website. Sometimes I get post such as this:
http://www.r-bloggers.com/network-visualization-in-r-with-the-igraph-package/
Where the code-text overflows the text-box of the post. Here is a screen shot:

Is there a way to make sure in the css of the site that this overflow does not happen?
Thanks.
HI now used to this define your
pretagwhite-space: pre-wrap;as like this
more info
The result is