Word Warp Problem in Mozilla Firefox
>> Tuesday, June 12, 2012
Word Warp Problem in Mozilla Firefox
Does anyone here knows how to fix the work wrap issue in FireFox. What I am doing is right now I am trying to create a table. Then I wrap a long space without any space in Mozilla FireFox. But it does not displays the result. The same thing is working great in Internet Explorer. The wrapping thing working here but not in Mozilla. Please let me know some suggestions to fix this issue. Thanks in advance.
#2
30-06-2009
johnson22
Member
Join Date: May 2008
Posts: 2,112
Re: Word Warp Problem in Mozilla Firefox
There can be multiple reason for this. The most proper to me is that CSS is responsible for this. Here CSS belongs to Microsoft but not to Mozilla. Try this. Add overflow:auto; in the script to enable the float property. Then the best practice for you is to include a zero-width character. Other wise make {overflow: hidden;} to cut the overflow off and then {overflow: auto;} to enable the scrolling. I had tried a sample text by adding the tag
#3
30-06-2009
Techguru01
Member
Join Date: Oct 2005
Posts: 2,116
Re: Word Warp Problem in Mozilla Firefox
I am listing a complete simple procedure to add word wrap to the text in the browser window. Here what do have to do is locate the sub folder called chrome in the profile folder. Then in the chrome subfolder locate and edit the file userContent.css by your text editor. Add these lines - pre { white-space: -moz-pre-wrap !important; }. Save the file and restart FireFox.
#4
30-06-2009
deveritt
Member
Join Date: Apr 2008
Posts: 2,528
Re: Word Warp Problem in Mozilla Firefox
I am attaching a add-on button of Mozilla FireFox which can be use to word wrap text. It also works with Thunderbird. It is an handy tool used to insert long text line and wrap a final message. But it has only effect when you are using a text mode. Download the zip file and extract the file inside it. Then double click the file. Windows will prompt you select a program. Click on select from list and select FireFox. Then click on install.
#5
10-07-2009
lotis666
Member
Join Date: Jul 2009
Posts: 1
Re: Word Warp Problem in Mozilla Firefox
Try this for firefox: style="white-space: pre-wrap; white-space: -moz-pre-wrap; " this will cover all versions of firefox and breaks text lines as neccessary to fit in a predefined width.
0 comments:
Post a Comment