I'm using Umbraco 4.5.2 and have come across a problem that only appears to have happend recently.
I don't think this would cause the problems, but I recently updated the templates for my site to our company's new design, but now when we add content using the TinyMCE it includes useless / unwanted 'span' tags around parts of the content.
For example, I tried to add a link to google to a page, but instead of the HTML generated being
<a href="http://www.google.com">My test link</a>
it was rendered as
<span><span><a href="http://www.google.com">My test link</a></span></span>
which is causing some of the styling of the site the go wonky.
Does anybody have an idea as to what causes it, or more importantly, how to avoid it in the furture?
TinyMCE and useless SPAN tags
Hi,
I'm using Umbraco 4.5.2 and have come across a problem that only appears to have happend recently.
I don't think this would cause the problems, but I recently updated the templates for my site to our company's new design, but now when we add content using the TinyMCE it includes useless / unwanted 'span' tags around parts of the content.
For example, I tried to add a link to google to a page, but instead of the HTML generated being
it was rendered as
which is causing some of the styling of the site the go wonky.
Does anybody have an idea as to what causes it, or more importantly, how to avoid it in the furture?
Thanks in advance.
is working on a reply...