The problem started when I installed WLW 14.0.8050.1202. I use it to post on my WordPress.org blog (http://www.kepik.gr)
I compose the post & everything seems fine. But when I publish the post, all < and > characters dissapear and have to be manually added using WP's editor.
For example this code:
This is a <a href="http://www.example.com" target="_blank">link</a> and this is an image <img src="http://www.example.com/image.jpg"> |
will be posted as:
This is a a href="http://www.example.com" target="_blank"link/a and this is an image img src="http://www.example.com/image.jpg" |
Anyone has a clue why that happens?