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!
cecilia 作 , # 2007/03/18 16:55:22
Gyrobo 作 , # 2007/03/04 7:02:52
rmccabe916 作 , # 2007/03/02 20:27:06
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.
Gyrobo 作 , # 2007/02/24 5:52:55
rockincharm123 作 , # 2007/02/24 5:29:36
me27 作 , # 2007/02/23 21:39:44
A Hundred Thousand "Thank You's" to you for this most needed tool.
:-D
jin
jintrinsique 作 , # 2007/02/23 15:47:08