If tried both wordpress rich text editor and editor monkey to insert anchors to my pages, like an example below:
In (http://www.yourpage.com):
...
Click here for more information
...
And in (http://www.yourpage.com/?p=999):
...
<h2>Information</h2>
<img src="info.jpg" class="alignleft">This is a section where more information is provided
...
But everytime when I type and then I save the post, WP's RTE / Editor Monkey will remove this tags leaving nothing behind.
May I know how can I solve this problem? Thanks for all your help!