“Blogging Research Wordle” by Kristina B is licensed under CC BY-NC-ND 2.0

MT USAGE TIP

2

Comments

For reasons that escape me, Movable Type doesn’t like it when the last word in your post title has quotation marks around it.

2 responses to “MT USAGE TIP”

  1. A fairly educated guess tell me that the double quote (which I assume you mean) is messing with a tag.

    I noticed you used single quotes below.

    You may want to try the ISO 8859-7 (Greek) character for it which is 22 in Hex.

    In other words try %22 everywhere you want a double quote.

    ie: Smart %22Stuff%22

    lemme know how it goes. I have NO CLUE how MT works but that is a pretty fair guess.

    Paul

  2. Interesting. I’ll give that a short next time. I had the regular “” on there to begin with and COULD NOT get it to work and then finally realized what the problem was.