T
tshad
I have some emails I am sending from my .aspx pages. These pages are .htm
pages that work fine in outlook and show all my images correctly. But from
my dslextreme and yahoo accounts they don't. I have a "base href" statement
in my page, but for some reason Yahoo and Dslextreme is deleting it.
How do I get them to keep this line? I don't want to hard code all my
images and links as they are coming from templates that I use for both my
..aspx pages as well as my emails.
I have the following:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="http://www.fts.com/">
I tried putting the Base line before the html as well as where it is now.
Does anyone know what the problem is?
Thanks,
Tom
pages that work fine in outlook and show all my images correctly. But from
my dslextreme and yahoo accounts they don't. I have a "base href" statement
in my page, but for some reason Yahoo and Dslextreme is deleting it.
How do I get them to keep this line? I don't want to hard code all my
images and links as they are coming from templates that I use for both my
..aspx pages as well as my emails.
I have the following:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="http://www.fts.com/">
I tried putting the Base line before the html as well as where it is now.
Does anyone know what the problem is?
Thanks,
Tom