<-
Apache > HTTP Server > Documentation > Version 2.0 > Platform Specific Notes

Messages Html Online

: Set the header to text/html instead of text/plain so the receiver's client renders the HTML properly.

If your goal is to preserve exact formatting—including spaces and line breaks—without the browser collapsing them, use the tag: Messages html

: This forces all text to stay on one continuous line, even if it overflows its container. : Set the header to text/html instead of

To prevent text from breaking into multiple lines and keep it as a "solid" single line, apply the white-space property: ensure your headers are set correctly:

: Ensure your system isn't "escaping" characters (turning < into < ), which prevents the browser from reading the tags. 4. Visual "Solid" Styling To make text look visually "solid" or bold:

If you are sending a message (like an email) and it is appearing as raw code rather than formatted text, ensure your headers are set correctly: