Forum Moderators: coopster
I couldn't really find a good title for my problem. I have a page that generates a rtf-file ad offers it for download. But when I open the file (regardless wheich program I use) it is opened as simple text with all the rtf formating. If I open it in Wordpad and save it again without changing a single byte, it is opened correctly the next time.
Any idea what goes wrong in my export? Maybe any strange characters that make Wordpad trip?
Thanks in advance!
If it's your own PHP code that's generating the rtf file, it should use \r\n at the end of each line that it outputs instead of just \n.