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!

CSS Classname missing ""

Vote:
 

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;
}

#26559
Dec 11, 2008 10:51
Vote:
 
Could it be that you're using ö as part of the EditMenuName?
#26561
Dec 11, 2008 11:44
Vote:
 
I've experienced this when using a Long string property, when we changed to XHTML-string the problem went away.
#26571
Dec 11, 2008 16:04
Vote:
 

Changing to XHTML-string solved my problem, thanks!

 For textarea's, should we use XHTML-string and any ideas when not to use this?

#26614
Edited, Dec 12, 2008 16:47
Vote:
 

Basically always when you have the WYSIWYG-editor enabled.

 

#26615
Dec 12, 2008 16:51
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.