Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
AI OnAI Off
Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
Changing to XHTML-string solved my problem, thanks!
For textarea's, should we use XHTML-string and any ideas when not to use this?
EPiServer CMS 5.2.375.7
Hi,
When I select a CSS Class for an image 'Topp Höger' the img-tags classname in firefox 3.0.4 contains some suspicious characters instead of "topright". In IE these characters are not displayed but something is there not shown. Any idea what I have done?
<IMG class=�topright� alt="" src="http://localhost/Global/Pictures/ask_liten.png" />
editor.css:
img.topright
{
float: right;
vertical-align: top;
margin: 0 0 1em 1em;
EditMenuName: Topp Höger;
}