"word wrap" goes out the window when opening in text
How do I keep "word wrap" when I open a Word document in text ?? When I open a text document in Zotero, the word wrap fails. Impossible to read. Please assist with keeping word wrap so I can see the document without huge horizontal scroll bars.. .
It is a huge benefit to be able to edit a Word document within FF-- from the forum I just learned that if I convert a Word document to a .txt doc, I can work with it within FF & Zotero. I sure want to do that, if only margin wrap still worked. The document splays out 4 times the width of the screen. I have to use horizontal scroll bars to read the thing- impossible with a really long document. Appreciate any help on viewing .txt documents in Zotero/FF
http://ttcs.wordpress.com/2008/02/12/how-to-apply-word-wrap-to-text-files-viewed-in-mozilla-firefox/
Just in case the blog disappears, it might also be handy to have the whole trick mentioned here:
Text files can be displayed with soft wrap in Firefox by introducing the line below in the file userContent.css, which can be found in one's profile folder (in the subfolder chrome). If this file doesn't yet exist, one can copy and rename userContent-example.css, which should be present in that same folder. The change will go into effect after restarting Firefox.
pre { white-space: -moz-pre-wrap !important; }