London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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;
}