Superscript characters in text box

Q&A about the latest versions
Post Reply
ThomasA3D
Posts: 4
Joined: Tue Sep 08, 2020 6:29 pm

Is there a way to make just a few characters in a text box (like "TM" etc) superscript without applying it to the whole text?
User avatar
Hopki
Gnome
Posts: 13200
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi ThomasA3D,
You can use inline HTML, for example:

Code: Select all

Hopki<font size="2px">&#8482</font>.
.

Screenshot 2024-09-10 at 13.58.03.png
Screenshot 2024-09-10 at 13.58.03.png (2.73 KiB) Viewed 792 times

Regards,
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
ThomasA3D
Posts: 4
Joined: Tue Sep 08, 2020 6:29 pm

Excellent! Thanks Hopki
I don't know much about html coding, but this makes sense and now I can search for other types of code snippets.
I found <sup>2</sup> for use with regular characters and numbers.
Thanks!
User avatar
Hopki
Gnome
Posts: 13200
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

That's even better :D
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Post Reply