Superscript text

From Activepedia
Revision as of 15:38, 3 November 2025 by 35.170.163.230 (talk) (SEO-optimized content from ActiveCampaign documentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

```mediawiki Navigation: Main_Page > Campaigns > Email > How to superscript text in your email

How to superscript text in your email[edit | edit source]

In ActiveCampaign, you can easily create superscript and subscript text in your emails using HTML tags within an HTML content block. This feature is particularly useful for including elements like trademarks, scientific notation, and more in a visually appealing manner. Understanding how to implement these text formats is crucial for creating polished and professional emails that convey your message accurately.

How to Access this Feature[edit | edit source]

To use superscript text in your emails, you need to have access to the ActiveCampaign Email Designer or the Classic Designer. This feature is available across all plan types, including Starter, Plus, Pro, and Enterprise.

Step-by-Step Instructions[edit | edit source]

Using the Email Designer[edit | edit source]

1. **Open Your Campaign or Automation Email**

  - Navigate to your desired email campaign or automation email where you wish to add superscript or subscript text.
  

2. **Add an HTML Content Block**

  - Locate where you want to insert the text and drag and drop the HTML content block into the desired position.

3. **Insert Your HTML Code**

  - Click inside the HTML container. An HTML window will appear at the bottom of the screen.
  - Add your content and wrap it in the appropriate HTML tags. Here’s how you can do this:
    - For Superscript: 
<code><p>Trademark<sup>&trade;</sup></p></code>
    - For Subscript: 
<code><p>This text contains subscript<sub>&trade; &reg;</sub> text.</p></code>

4. **Finalize Your Edits**

  - Click outside of the HTML block to see your superscript or subscript text in the email.

Using the Classic Designer[edit | edit source]

1. **Open Your Campaign or Automation Email**

  - Similar to the Email Designer, locate your campaign or automation email.

2. **Add an HTML Content Block**

  - Drag and drop the HTML content block into the desired area.

3. **Insert Your HTML Code**

  - Click into the HTML content block to open the Custom HTML modal window. 
  - Insert your HTML code, just like in the Email Designer. Remember to replace sample text with your own.

4. **Save Your Changes**

  - Click Save to apply your changes, making the superscript or subscript text visible in your email.

Configuration Options and Settings[edit | edit source]

While using these features, pay attention to the following options:

  • HTML content block: This is the primary tool you will use to add your superscript or subscript text.
  • Custom HTML modal window: Used in the Classic Designer to input your HTML code.
  • Always remember to test your email before sending it out to ensure the formatting appears as intended.

Best Practices[edit | edit source]

When utilizing superscript and subscript text in your emails:

  • **Keep It Concise**: Use superscript and subscript sparingly to avoid cluttering your message.
  • **Test Your Emails**: Always preview and test your email to check how it appears in various email clients.
  • **Consistent Styling**: Ensure the superscript and subscript text is consistent with the overall styling of your email for a professional look.

Troubleshooting[edit | edit source]

If you encounter issues with superscript or subscript text not rendering properly:

  • Check your HTML code for any syntax errors.
  • Ensure you are using the correct HTML tags.
  • Preview your email in different email clients to confirm rendering issues are not client-specific.

Common Use Cases with Examples[edit | edit source]

1. **Trademark Symbols**: Adding the ® symbol next to a brand name to represent its trademark status.

  - Example: “ActiveCampaign™"
  

2. **Mathematical Expressions**: When discussing scientific topics, you might need to use superscripts to denote exponents.

  - Example: “E=mc²”

FAQ[edit | edit source]

=== 1. What are superscript and subscript text? Superscript is text that appears smaller and higher than the normal line of text, while subscript appears smaller and lower.

=== 2. Can I use HTML in all ActiveCampaign email builders? Yes, HTML content blocks are available in both the Email Designer and Classic Designer.

=== 3. Will the superscript text render properly in all email clients? While the HTML tags should render correctly, it is best practice to test your emails across different clients.

=== 4. What should I do if my superscript text doesn't appear in the designer? Ensure your HTML code is correctly structured, and remember that some features may not render in the design view but will appear in the inbox.

=== 5. Is there a limit to how much superscript text I can use? While there isn't a fixed limit, keeping the amount of superscript and subscript text minimal enhances clarity and professionalism.

=== 6. Can I use other HTML tags within the same content block? Yes, you can combine various HTML tags to format your email content as needed.

=== 7. How do I learn more about HTML in ActiveCampaign? For further details, check out the ActiveCampaign documentation or visit the Help_Center. ```