I am trying to adjust the feature of using word wrap.
Default is set at 72 I need to reduce it to 69.
I looked in help and found this http://kb.mozillazine.org/Fixed_width_messages
"text messages" I have set it for plain text. I understood each instruction found here except the last one.
Use your operating system tools to go to your profile directory.
Then go to the chrome directory there, creating it if necessary.
Edit the plain text file userContent.css, creating it if necessary. Add:
pre[wrap] {white-space: pre !important;}
pre[wrap=true] {white-space: -moz-pre-wrap !important;}
I understand how get to windows explorer but lost track of where to look for chrome once there.
Question: Where is Chrome?
Question: If I need to create userConten.css how is that done?
Question: The next step I am not sure of since I am not in chrome to experiment with it.
pre[wrap] {white-space: pre !important;}
pre[wrap=true] {white-space: -moz-pre-wrap !important;}
Thanks
Take Care
Celeste[/url]
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3





