Forum Moderators: not2easy
I write a lot of code on the main column (not css obviously lol) using the <pre> and <code> tags. The problem is that whenever any line inside pre tags exceeds the width of the content column, the layout breaks in IE win (not in safari or firefox). I guess I could use overflow: auto but I strongly dislike horizontal scrolling and would like to avoid it.
I don't really mind if the long lines overlap the rigth sidebar like they do in safari and firefox but the sidebar gets thrown to the end of the article in IE.
How do you guys handle this problem?
Thaks