I've built a website which allows the client to upload daily messages via PHP. My client is writing the text in Word and is pasting it into a message field which gets forwarded to a database. My variable for the message is defined with nl2Br, once extracted from the database for display. That gives me all line breaks from word. How do I keep the formatting from single words in bold or italics? Is there PHP function to keep those formats?
Thanks very much for your help
ottimoto