I am loading some content inside an iframe. I want this content to behave as-if it was inside a <pre>
tag - namely for it to respect line breaks. I am using javascript to set the style of the body element of this iframe.
I am wondering if it would be possible to set a particular style that will cause the body of this iframe to act like it's inside <pre/>
.