Hosting Geared For
your CMSMS needs
Hosting Starting at $15
- • Hosted Mail
- • Personal Control Panel
- • CMSMS 1.8.1 tested
- • Lightly packed servers
- • Intrusion Detection
- • URL monitored
- • Custom solutions available
CP Blogs
Text wraping in pre
Posted by: Jeremy Bass
on May 3, 2009
Category:
Presentation, CSS, HTML, Intermediate, Coding, SEO
Summary:
Can't seem to get you code snippets to stay in your pre element? Try this one out.
Ad Space
Can't seem to get you code snippets to stay in your pre element? Try this one out.
pre { overflow-x: auto; /* Use horizontal scroller if need be;*/ 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 */ /* width: 99%; */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } It should work across the bored. Hope this helped.
Ad Space












Get Social With It
[+]Add A Comment
[+]