Ad Space
Ad Space

Hosting Geared For
your CMSMS needs

CMSMS ready Hosting

Hosting Starting at $15

  • • Hosted Mail
  • • Personal Control Panel
  • • CMSMS 1.8.1 tested
  • • Lightly packed servers
  • • Intrusion Detection
  • • URL monitored
  • • Custom solutions available

Order your hosting Now

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

[+]

Code in the picture:
Title:
Your Name(*):
Email:
Notify me of any further comments to this thread:
Website:
Comment(*):
 
Previous page: Hosting FAQ Next page: Experimental