Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Max Mumford 266 posts 293 karma points
    Mar 04, 2011 @ 16:31
    Max Mumford
    0

    Absolute img URL's in the rich text editor

    Hi all,

    I have made a custom user control for voucher's which sends a couple of emails. I want to be able to have our company logo in the email and so I need to enter an absolute URL for the image SRC. How do I go about doing this?

    Thanks.

    Max.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Mar 06, 2011 @ 20:37
    Jan Skovgaard
    0

    Hi Max

    I'm not sure how to ensure that the URL's to documents and images from the RTE field can be setup so they're absolute instead of relative...

    But wouldn't it work to use the <base> element inside the <head> section of your template...

    Like this:

    <head>
    <base href="http://www.yoursite.com/" />
    </head>

    /Jan

  • Max Mumford 266 posts 293 karma points
    Mar 11, 2011 @ 14:41
    Max Mumford
    0

    Hi, thanks for your reply. Do you mean include a base tag in the email html? 

Please Sign in or register to post replies

Write your reply to:

Draft