Hello,
I’d like to make the suffix of the type text superscript ™.
I’ve attempted just adding inline CSS to the element by going TM but this doesn’t do it… it types out the HTML tags!
Thank you! Your help is appreciated.
Hello,
I’d like to make the suffix of the type text superscript ™.
I’ve attempted just adding inline CSS to the element by going TM but this doesn’t do it… it types out the HTML tags!
Thank you! Your help is appreciated.
REsolved! Just used a TM symbol.
Hi There,
Glad you sorted things out, if the symbol did not work or if its need to be a text, you can also add this to your Page CSS
.x-text-type .suffix {
font-size: 50%;
vertical-align: top;
}
Hope it helps,
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.