Roundcube text formatting error

gmdesign

Verified User
Joined
Dec 1, 2007
Messages
28
Hello!

I'm using roundcube on my hosting server. Everything works great, but something wrong with email formatting. When I compose email, it looks like great, but when I send it, after resieving it looks strange, it is formatted in one column and looks like poem :D

Any ideas, to fix it?

P.S. Immages attached.
 

Attachments

  • compose.GIF
    compose.GIF
    63.8 KB · Views: 170
  • sent.GIF
    sent.GIF
    65.1 KB · Views: 164
Check somewhere in Roundcube configurations for a maximum line length.

Jeff
 
sloved it!

open file /var/html/roundcube/skins/default/mail.css, go to line 684, find lines:

Code:
white-space: -moz-pre-wrap !important;
white-space: pre;

and just remove them :) save file and test webmail :)

That's All :)
 
LOL Im sure it was there for a reason. Removing it really isnt going to solve much. How do you know you have not broken it on another browser now?
 
Back
Top