Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9241267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:20:26+00:00 2026-06-18T08:20:26+00:00

We have a content-managed solution (SDL Tridion, to be specific; however, the question is

  • 0

We have a content-managed solution (SDL Tridion, to be specific; however, the question is more general), which includes multiple sites with content of different languages. They all share a number of Razor-based templates, which are used to render HTML fragments with specific injected content when pages are published.

CRM is also managed through the CMS and the same templating is used for the creation of email newsletters. These HTML emails contain images, which are published out to whatever site manages the distribution list in question. Because the templating system is generic and the CMS has no concept of the absolute URLs of the final product, these images are all embedded with relative addresses. We have the capacity to apply an absolute URL as metadata to the different websites in the CMS and write .Net extensions to format these URLs into rendered image tags; however, this would add considerable overhead to this piece of work.

We can resolve this by using a <base href="..." /> tag in the <head> section of the email’s markup. This seems to work in Outlook, at least; however, I have not been able to find much up-to-date information on what email clients do and do not support this tag.

The question, then: How widely supported among email clients – particularly browser-based ones – is the <base> tag?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T08:20:28+00:00Added an answer on June 18, 2026 at 8:20 am

    Unfortunately, it won’t work for most web-based email clients (Hotmail, Gmail) and that typically adds up to about 30% of receivers.

    Why it won’t work:
    Most web-based clients inject whatever’s inside the body tag of your email and strip out everything else, including the head. So, if you send:

    <html>
    <head><base ...></head>
    <body><p class="youremail">Email</p></body>
    </html>
    

    The email client does this:

    <html>
    <head><Email client head></head>
    <body>
      <email client wrapper>
      <email>
        <p class="youremail">Email</p>
      </email>
      <email client wrapper>...
    </body>
    

    So your base tag will be stripped. Even if it wasn’t, since it’s not include in the email client’s head, it will be ignored by the browser.

    Unfortunately, absolute paths on images is the way to go. I have got over similar problems in the past by using a ‘preflight processor’. You could use that to get the <base> href and set it on all the images before returning the finished HTML.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have content on a webpage which is both sent from the server at
I have VS2010 solution with 3 projects: A native (C++) DLL A managed (C#)
I have a list containing folders and items. The folders are a specific content
I have a requirement to perform an indexed search across content which must include
I have a plain managed VC++ project in a solution. It has a resource
I have a C# GUI application that references a Managed C++ project, which requires
This is a very specific question, so sorry if it sounds repetitive. I have
Following this thread solution, I have managed to get a bunch of lists that
I've been updating a SP2010 solution which integrates an external content source into search
This is more of an intriguing problem than anything else since I have managed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.