When I create a link directly to an rtf document and follow it, the rtf is displayed properly. However, I want to display the rtf without forcing the user to follow a link. I have a php script that I want to use to serve up the rtf file. When I try to output the rtf with the script, it is shown as plain text. I tried embedding it in the body of an html file and setting the content-type to "application/rtf" using a meta tag, but it still displays as plain text.
2007-09-23
12:00:06
·
3 answers
·
asked by
modi_ponens
2
in
Computers & Internet
➔ Programming & Design