I have a display problem within my webpage - the page width is strecthed out even though there is no content.
I have also tried this code, but wrapping does not seem to work:
<style>
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
</style>
Can someone please sugegst me some tips?
Following is the webpage with the problem:
http://www.quantcode.com/modules/job...stings&lid=158
|