When I make a blog post and put anchor or image tags in it via the tinyMCE buttons it shows up as:
[a]text[/a]
instead of:
<a href="...">text</a>
This happens even when I manually put in html tags. This wouldn't be a problem if everything rendered but instead when I look at the blog post I can see these converted html tags as text. I tried changing some of the tinyMCE settings:
- valid_elements : '*[*]',
- cleanup_on_startup: false,
- verify_html: false,
- cleanup: false,
- convert_urls: false,
- valid_children: .....
Nothing I do seems to help. Is there anyway to stop this from happening? Any help is hugely appreciated!