Resources for IT Professionals > Página Inicial dos Fóruns > Windows Live Writer (Beta) > quotation marks are being replaced by Live Wirter
Fazer uma PerguntaFazer uma Pergunta
 

Perguntaquotation marks are being replaced by Live Wirter

  • sábado, 4 de abril de 2009 14:20flieger28 Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    Hello!
    I have a blog (http://spotterblog.de) with wordpress and i use live writer to publish to it. It's more conviniend then writing in the Wordpress Editor.
    In Wordpress you can install plugins. I have one vor Text in two columns. In Order to use the Plugin I have to insert "Smarttags"
    But if i insert the Smarttag which looks like this in the Code / html Window in Live Writer
    [column width="47%" padding="6%"]
    Column 1 content goes here.
    [/column]
    [column width="47%" padding="0"]
    Column 2 content goes here.
    [/column][end_columns]

    It will be changed in something like this
    [column width="47%" padding="6%"] Column 1 content goes here. [/column] [column width="47%" padding="0"] Column 2 content goes here. [/column][end_columns]
    The quotation marks are being replayed by " and as a result the Plugin does not work because the tag is not recogniced.
    I tried to change something in the options of live Writer because there are some points where are options to replace characters. But it doesnt help.

    Does someone have a solution?

Todas as Respostas

  • quarta-feira, 3 de junho de 2009 21:06V_RocKs Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    I believe the switch is being made by Wordpress, not WLW. Wordpress switches these characters because they mean something to MYSQL and PHP... If they didn't switch you would have MYSQL errors because these characters would be interpreted as part of the code.