Umbraco CMS stripping ALT tags from images when content saved

Posted by Yucel on Stack Overflow See other posts from Stack Overflow or by Yucel
Published on 2009-08-21T10:54:23Z Indexed on 2010/04/17 9:23 UTC
Read the original article Hit count: 589

Filed under:
|
|
|

Umbraco CMS stripping ALT tags from images when content saved

Umbraco is taking this < img alt="Your Title - for example Mr., Mrs., Ms." src="../media/21283/q16x16.gif" width="16" height="15" />

and turning it into this. <img alt="" src="/media/21283/q16x16.gif" width="16" height="15" rel="16,15" />

If I alter the alt tag after this processing then the alt tag is saved.

© Stack Overflow or respective owner

Related posts about umbraco

Related posts about cms