Click to See Complete Forum and Search --> : Browser Issues


Notething
12-10-2008, 08:17 PM
I am coding a web page and having a problem getting both Firefox and IE to display the word wrap right. Can anyone help?

Notething
12-10-2008, 09:35 PM
Since I can't find a solution form anyone, I decided to slam code around. I found that
word-wrap: break-word;
white-space: pre-wrap;
works for Firefox and that
word-wrap: break-word;
white-space: pre;
works for Internet Explorer.
So I made up two sets of my web pages with both of those, one linking to the other kind for those who have problems viewing it. If anyone has a better solution to keep it all on one page, I'm open to it.