Basically, you put in text with quotes, and it converts the straight quotes to their curly equivalents.
For example:
<span style="font-size:150%;"><p style="background-image('blank.png');">"I know how much you 'love' to make quotes -- and you do, don't deny it -- but don't let your life devolve into unicode," I told the ambitious writer, "until after the check comes through."</p></span>
Becomes:
<span style="font-size:150%;"><p style="background-image('blank.png');">“I know how much you ‘love’ to make quotes — and you do, don’t deny it — but don’t let your life devolve into unicode,” I told the ambitious writer, “until after the check comes through.”</p></span>
Notice how it also combined the double dashes into a single, longer dash, and how it ignored the HTML tag completely.
I need to try it out!!
thank YOU!
By cecilia , # Mar 18, 2007 4:55:22 PM
By Gyrobo , # Mar 4, 2007 7:02:52 AM
By rmccabe916 , # Mar 2, 2007 8:27:06 PM
For example:
<span style="font-size:150%;"><p style="background-image('blank.png');">"I know how much you 'love' to make quotes -- and you do, don't deny it -- but don't let your life devolve into unicode," I told the ambitious writer, "until after the check comes through."</p></span>
Becomes:
<span style="font-size:150%;"><p style="background-image('blank.png');">“I know how much you ‘love’ to make quotes — and you do, don’t deny it — but don’t let your life devolve into unicode,” I told the ambitious writer, “until after the check comes through.”</p></span>
Notice how it also combined the double dashes into a single, longer dash, and how it ignored the HTML tag completely.
By Gyrobo , # Feb 24, 2007 5:52:55 AM
By rockincharm123 , # Feb 24, 2007 5:29:36 AM
By me27 , # Feb 23, 2007 9:39:44 PM
A Hundred Thousand "Thank You's" to you for this most needed tool.
:-D
jin
By jintrinsique , # Feb 23, 2007 3:47:08 PM