A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off
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;
}