If lines of text inside the pre tag are too long it may mess up the page layout in IE.
Use the following style from Tero Karvinen:
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
Links:
- Behaviour
- MochiKit
- Investment Thoughts
- TrimJunction
- Simon Willison's Weblog
- Dean Edwards Blog
- What's the point of Closures?
- Jack Slocum's blog
- Java and JavaScript Tips
Categories:
- .NET
- ajax
- apache
- Code
- css
- dom
- firefox
- java
- javascript
- jquery
- jstl
- mysql
- oracle
- php
- prototype
- regex
- struts
Search:
Archives:
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- February 2006
Most Recent Posts
- JavaScript event...
- Some CSS Rules
- Prevent browser...
- Rounded Corners...
- Some Jquery...
- Text Slideshow...
- How to use...
- CHM File Problem...
- Create Striped...
- Creating striped...
- Difference...
- Table Generator...
- Accessing cookies...
- Custom Attributes...
- Get a reference...
- Changing date in...
- Solution to...
- Line Breaks in PHP
- Float and Width...
- Sorting Arrays in...
Most Popular Posts
- jstl: 137
- Set JavaScript Array Values...: 108
- Compact script to calculate...: 104
- Format Date/Currency in JSTL: 77
- Set default date format in...: 55
- How to Get URL Page Name in...: 53
- Create an .htaccess file on...: 52
- Concatenate Strings in JSTL: 48
- Read Request Parameters...: 43
- CSS Spreadsheet Style: 36
- JSTL sql:param for Like...: 32
- Permission denied to set...: 31
- How to get DOM link text value: 29
- Enumerate the values of...: 28
- MySql Select Limit: 26
- PHP and Mysql special...: 25
- Get Random Color In JavaScript: 20
- How to turn on line numbers...: 19
- JSTL Pagination: 17
- Difference Between 2 Dates...: 14
- JSTL Query Result Set...: 13
