Page 1 of 1

Inserting a symbol in a heading results in the symbol being too large.**solved**

Posted: Tue Dec 12, 2023 4:20 pm
by Fredl
I have a site with a header that I need to add a "registered" ® symbol after a brand name. Because it's a "heading" font when I paste the symbol it ends up as large as the text instead of smaller and in the upper corner. Is there a way to add the symbol and have it look right, or do I need to redo my header without using a heading for the header text? Thanks!
The site is live, k9tagalong.com

Re: Inserting a symbol in a heading results in the symbol being too large.

Posted: Tue Dec 12, 2023 4:48 pm
by Pablo
Copy/paste ® should work.

But you can also use

Code: Select all

®
to insert a registered trade mark sign

Re: Inserting a symbol in a heading results in the symbol being too large.

Posted: Tue Dec 12, 2023 5:36 pm
by Fredl
When I paste it it is the same size as the last letter. I'll try adding the code, what steps to add that code in the middle of the heading?

Re: Inserting a symbol in a heading results in the symbol being too large.

Posted: Tue Dec 12, 2023 6:07 pm
by Pablo
The text in an Heading object can only have one size.

You can insert the code, anywhere in the text you want.

If you want multiple sizes then use the Text Object instead.

Re: Inserting a symbol in a heading results in the symbol being too large.

Posted: Wed Dec 13, 2023 3:33 pm
by Fredl
Thanks Pablo. When I select the heading I don't see how to insert the code for the registered symbol, if I have the header properties open I can't select insert. I'm sorry for asking what might be obvious, but how do I insert the code?

Re: Inserting a symbol in a heading results in the symbol being too large.**still**

Posted: Wed Dec 13, 2023 4:58 pm
by Pablo
Just copy /paste the code in the text field. The browser will replace it with the symbol.

Re: Inserting a symbol in a heading results in the symbol being too large.**still**

Posted: Wed Dec 13, 2023 7:06 pm
by crispy68
In the heading object simply type:

HeadingText®

If you want it in the upper right corner, type this:

HeadingText<sup>&reg;</sup>

Re: Inserting a symbol in a heading results in the symbol being too large.**still**

Posted: Wed Dec 13, 2023 7:41 pm
by Fredl
Thanks a lot Crispy68! I was getting thrown off by the code remaining visible in the editor...duh