So I have an H2 heading with a company name and next to that on the same line, we need to include a Superscript tag (TM). Here is the code:
<h1 class="Red">Company Name</h1><sup>™</sup>
When rendered, it looks like this:
Company Name
™
I believe there must be a way to prevent the new line between these tags using CSS or another method, but I haven't been able to figure it out. Any assistance would be greatly appreciated.