Here's an even cooler solution if you ever have to convert a bunch of code into those character entities:
http://www.stanford.edu/~bsuter/js/convert.html Paste your code in the left window, click the button below it, then copy/paste the code from the right window. The only thing is that it doesn't currently turn tabs or spaces for indenting into the needed s it would take to keep the code properly indented when rendered in HTML. But that's relatively to add yourself. I've requested that the tool author do it for us. /charlie > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Nathan Dintenfass > Sent: Thursday, March 20, 2003 11:14 PM > To: [EMAIL PROTECTED] > Subject: RE: [CFCDev] Off Topic, but > > > If the blogging software you are using doesn't escape HTML, do it > yourself. > Use the < and > "special" characters -- which render as the tag > brackets you know and love. > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > David Mineer > Sent: Thursday, March 20, 2003 8:01 PM > To: [EMAIL PROTECTED] > Subject: [CFCDev] Off Topic, but > > > Can someone tell me how I post HTML and other CODE snippets in blogger. I > want to see the code literally and not have it rendered. Know > what I mean. > Can't figure this out. Hope you don't mind, but I got the idea to try > blogging from this news group and looking at spike's blog, I notice he has > now problem posting code snippets. > > TIA > > David M > > ---------------------------------------------------------- > You are subscribed to cfcdev. To unsubscribe, send an email > to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' > in the message of the email. > > CFCDev is run by CFCZone (www.cfczone.org) and supported > by Mindtool, Corporation (www.mindtool.com). ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
