This site uses cookies from Google to deliver its services, to personalize ads and to analyze traffic. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies. Learn More

[Web-development (jquery)] Wrapping Long URLs and Text Content with CSS

Wrapping Long URLs and Text Content with CSSWrapping Long URLs and Text Content with CSS

pre {
white-space: pre; /* CSS 2.0 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3.0 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP Printers */
word-wrap: break-word; /* IE 5+ */
}

<pre>Lorem ipsum dolor sit ames. Ut justo. Suspendisse potenti.</pre>

0 Response to "[Web-development (jquery)] Wrapping Long URLs and Text Content with CSS"

Post a Comment

Contact

Name

Email *

Message *