Skip to topic | Skip to bottom
Home
Public


Currently logged in as TWikiGuest?

Public.WebDevelopmentr1.3 - 13 Jul 2005 - 20:39 - KevinJarnottopic end

Start of topic | Skip to actions

Web Development

HTML

CSS

XML

Tricks and Tips

Insert page breaks in printable output

<div style="page-break-after:always"/>

Wrap text in <pre> tag

pre {
 white-space: -moz-pre-wrap;  /* Mozilla, supported since 1999 */
 white-space: -pre-wrap;      /* Opera 4 - 6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 white-space: pre-wrap;       /* CSS3 - Text module (Candidate Recommendation)
                                 http://www.w3.org/TR/css3-text/#white-space */
 word-wrap: break-word;       /* IE 5.5+ */
}
-- KevinJarnot - 30 Nov 2004
to top

You are here: Public > WebDevelopment

to top

small<    [cached Nov 21 2008 at 20:28:57]>/small<-->

Copyright © 1999-2008 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Jarnot.com Wiki? Send feedback