On Nov 13, 2003, at 7:52 AM, kko wrote:

Every time I want to put "<", ">" or "\" characters in my posts the
entire line containing those characters is deleted. When I try &lt; &gt;

You must use the [code] [/code] tag pair:

[code]
<VirtualHost 192.168.100.1:80>
        blah blah
        <Location /server-status>
            blah blah
         </Location>
         blah blah
     </VirtualHost>
[/code]

I have such trouble with this from users that I added huge, ugly warnings to my submission page:

http://www.macosxhints.com/submit.php?type=story

Seems to help a bit, but not everyone seems to read even that ugly red text! :)

regards;
-rob.

Reply via email to