November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
There is no unicode subscripted version of the trademark symbol. But some fonts renders it subscripted anyway. As you have already found out, one way is to use markup to subscript it instead; <sup>®</sup>.
You can change the data type of the string properties to XhtmlString, or ask the editors to add the markup manually. Note that you also need to render the string unescaped as well then.
Hi,
I have propertys of type virtual string - "Listing title" and "Listing description".
We are attempting to use the superscript symbols - ® on both of these propertys however it doesnt display correctly (the ® symbol appears too big ). When entering this symbol in a text block within a XhtmlString, it is formatted correctly.
Is there a way to ensure that strings within ListingSettings are powered by the TinyMCE plugin - so the format for these symbols appear the same as within a XhtmlString?