Is it simple to add a tag that will prevent the forum software from parsing the content (e.g. )? It'd be easier than having to insert tags (open & close bold) inside something you're trying to demonstrate. The use would be similar to this:
I think I've build something that might just work. Check the function NoParse in my inc_func_common.asp (login demo/demo if you don't want to register) It uses the CleanCode function, which afaik is in inc_func_posting.asp ; so, in order to get this to work, you might want to move that function from inc_func_posting.asp to inc_func_common.asp, ór include inc_func_posting.asp in all pages. It seems to be working ; demo: http://www.oxle.com/topic.asp?TOPIC_ID=3117 (also use login demo/demo if you don't want to register).<
offtopic ; for the DOS window, check the function ReplaceCMDTags in inc_func_common.asp (used in FormatStr, right at the top), plus the style .codepre in inc_header.asp<