I just finished up Recover a Mailbox in Exchange 2010 and noticed that my "preformatted" style wasn't wrapping. Here's what I had in my style sheet for <pre> pre { background: #eee; border: 1px solid #ddd; padding: 10px; margin: 40px 10px; } I didn't have anything to let the preformatted text know how to react once it reached the end of the line. I added this and it worked: pre { background: #eee; border: 1px solid #ddd; padding: 10px; margin: 10px 40px; … [Read more...] about WordPress: Preformatted style not wrapping
Recent Activity