superscript question

lesplan

Member
Is it possible to do superscript text in MBM?

We produce an educational magazine in Canada and we send out email notifications in English and French.

In French, some of the text is superscripted (made smaller and placed above the baseline). For example in the sentence:

Les ressources sur Terry Fox sont prêtes à l'emploi en classe et conviennent aux élèves de la 3e à la 5e année.

The 'e' after the 3 and the 5 would be superscripted.

Can anyone help?

Thank you.
 

stanbusk

Administrator
Staff member
Yes, use the styled text format and HTML <sup> and </sup> tags this way:
Code:
Les ressources sur Terry Fox sont prêtes à l'emploi en classe et conviennent aux élèves de la 3<sup>e</sup> à la 5<sup>e</sup> année.
 

lesplan

Member
HI Stan

Thanks for this. I tried it and it worked.

Is there a list somewhere of all the hyperlink codes for other styling options?

Eric
 

stanbusk

Administrator
Staff member
Any HTML works actually. HTML code is passed thru the final message. All styles tag work, tables...etc...
 

lesplan

Member
HI again Stan

I've tried this and it works with the actual message, but it will not work with the subject line.

Am I doing something wrong or is that the way it has to be?
 

stanbusk

Administrator
Staff member
With the subject message you have to use ᵉ and you will probably have to set the message character set to unicode UTF-8. More info about superscript unicode characters here.
 
Top