•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 403,409 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,671 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 811 | Replies: 0
![]() |
•
•
Join Date: Oct 2007
Posts: 18
Reputation:
Rep Power: 0
Solved Threads: 0
I currently have this in my css. But for the life of me IE7 won't do as it's told. The page looks GREAT in firefox but refuses to wrap in IE.
the nearest i have got so far in IE is to add
But this makes the page bigger so that it exists where the unwrapped text would be.
so the width option is out
I have found the same response everywhere but wonder if there is something i'm missing?
thanks
Chris
pre {
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+ */
color: #333333;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
}width: 99%;
But this makes the page bigger so that it exists where the unwrapped text would be.
so the width option is out
I have found the same response everywhere but wonder if there is something i'm missing?
thanks
Chris
Last edited by jonesc5 : Apr 4th, 2008 at 7:59 pm.
![]() |
•
•
•
•
•
•
•
•
DaniWeb HTML and CSS Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
Other Threads in the HTML and CSS Forum
- Previous Thread: working with Divs
- Next Thread: HTML Link Problem.


Linear Mode