Group: microsoft.public.vc.ide_general · Group Profile · Search for 19921103 in microsoft.public.vc.ide_general
Author: Jeffâ Relf
Date: Jul 6, 2007 12:23
If you, like me, want IE7 users to be able to read your .CPP files, you shoul begin them with " // <Br><PlainText> " so they don't get parsed as if they were HTML. Oddly, the <Br> tag is required when the <PlainText> tag is not at the start of its line. e.g., In my Wrap_HTML.CPP, there are string literals that contain HTML tags; so I placed " // <Br><PlainText> " at the start of " www.Cotse
|