Avatar

Level 4

In the place you want the right quotation mark, put this exact thing (single quotes and all)

'\u2019'

The way I understand things, since the quote mark is special (it affects other things in your picture code) you can't just put it in and expect it to come out.  So, you use the unicode character.  If that isn't the exact style of quote you want, go to http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html and find the one you want, then just change the number to match.  Make sense?  (By the way-I have no idea if this will mess up the rest of your picture code.  I don't see why it would, but that may just mean I'm blind )