Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
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
Hi, thanks for your reply. Do you mean include a base tag in the email html?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
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
Hi, thanks for your reply. Do you mean include a base tag in the email html?
is working on a reply...