HighDots Forums  

Looking for a HTML email solution

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Looking for a HTML email solution in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
antonioconte
 
Posts: n/a

Default Looking for a HTML email solution - 01-04-2008 , 09:42 AM






I have a client who emails out with an image as the header of their html email.

Are there any solutions they can use so that that image is served from an
online server as I don't like attachment images. Really at a loose end as to
what to suggest?


Reply With Quote
  #2  
Old   
P@tty Ayers ~ACE
 
Posts: n/a

Default Re: Looking for a HTML email solution - 01-04-2008 , 10:09 AM







"antonioconte" <antonioconte (AT) yahoo (DOT) co.uk> wrote

Quote:
I have a client who emails out with an image as the header of their html
email.

Are there any solutions they can use so that that image is served from an
online server as I don't like attachment images. Really at a loose end as
to
what to suggest?
It's really simple, assuming you or he have a hosting account somewhere -
for his web site, maybe?

Just upload the image to a location on that server, and link to it from the
HTML email, using an absolute path, like this:

http://www.thedomain.com/email_header.jpg


--
Patty Ayers | Adobe Community Expert
www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--




Reply With Quote
  #3  
Old   
Ken Binney
 
Posts: n/a

Default Re: Looking for a HTML email solution - 01-04-2008 , 10:14 AM



Absolute link(s) to the server as you can see here:

http://www.adlerhealth.com/ad122607/ad122607.htm



"antonioconte" <antonioconte (AT) yahoo (DOT) co.uk> wrote

Quote:
I have a client who emails out with an image as the header of their html
email.

Are there any solutions they can use so that that image is served from an
online server as I don't like attachment images. Really at a loose end as
to
what to suggest?




Reply With Quote
  #4  
Old   
P@tty Ayers ~ACE
 
Posts: n/a

Default Re: Looking for a HTML email solution - 01-04-2008 , 10:15 AM



No reason he'd need to link to an .htm file, though..

--
Patty Ayers | Adobe Community Expert
www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--


"Ken Binney" <kenbinney (AT) ossiningdesignguild (DOT) com> wrote

Quote:
Absolute link(s) to the server as you can see here:

http://www.adlerhealth.com/ad122607/ad122607.htm



"antonioconte" <antonioconte (AT) yahoo (DOT) co.uk> wrote in message
news:fllk56$fa6$1 (AT) forums (DOT) macromedia.com...
I have a client who emails out with an image as the header of their html
email.

Are there any solutions they can use so that that image is served from an
online server as I don't like attachment images. Really at a loose end as
to
what to suggest?






Reply With Quote
  #5  
Old   
Ken Binney
 
Posts: n/a

Default Re: Looking for a HTML email solution - 01-04-2008 , 10:34 AM



Happy New Year Ms. P

Sorry I was not clear in my post...
That link is to an HTML email page for the OP to view the source code.
That email page contains many links to htm pages



"P@tty Ayers ~ACE" <pattyayersTAKETHISOUT (AT) REMOVEgmail (DOT) com> wrote

Quote:
No reason he'd need to link to an .htm file, though..

--
Patty Ayers | Adobe Community Expert
www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--


"Ken Binney" <kenbinney (AT) ossiningdesignguild (DOT) com> wrote in message
news:fllm12$han$1 (AT) forums (DOT) macromedia.com...
Absolute link(s) to the server as you can see here:

http://www.adlerhealth.com/ad122607/ad122607.htm



"antonioconte" <antonioconte (AT) yahoo (DOT) co.uk> wrote in message
news:fllk56$fa6$1 (AT) forums (DOT) macromedia.com...
I have a client who emails out with an image as the header of their html
email.

Are there any solutions they can use so that that image is served from
an
online server as I don't like attachment images. Really at a loose end
as to
what to suggest?








Reply With Quote
  #6  
Old   
antonioconte
 
Posts: n/a

Default Re: Looking for a HTML email solution - 01-04-2008 , 10:34 AM



so he types out his email in Outlook and then would simply enter this at the top of his email?

http://www.thedomain.com/email_header.jpg

?

surely it would just show up as a hypertext link?

Reply With Quote
  #7  
Old   
courtney (n h c)
 
Posts: n/a

Default Re: Looking for a HTML email solution - 01-04-2008 , 10:48 AM



no, he'd have to use the Insert menu and choose Insert HTML and then
paste it in there.

antonioconte wrote:
Quote:
so he types out his email in Outlook and then would simply enter this at the top of his email?

http://www.thedomain.com/email_header.jpg

?

surely it would just show up as a hypertext link?


Reply With Quote
  #8  
Old   
courtney (n h c)
 
Posts: n/a

Default Re: Looking for a HTML email solution - 01-04-2008 , 10:50 AM



sent my last message too soon.

i meant to say that he (or you) might want to create a template or
something so that he doesn't have to insert it every time. it should be
fairly easy. i don't use Outlook, but i'm sure you can find out how to
do it in the help file.

courtney (n h c) wrote:
Quote:
no, he'd have to use the Insert menu and choose Insert HTML and then
paste it in there.

antonioconte wrote:
so he types out his email in Outlook and then would simply enter this
at the top of his email?

http://www.thedomain.com/email_header.jpg

?

surely it would just show up as a hypertext link?


Reply With Quote
  #9  
Old   
courtney (n h c)
 
Posts: n/a

Default Re: Looking for a HTML email solution - 01-04-2008 , 11:12 AM



sorry, one more thing. you also can't just enter the link when you
insert the html, you'd have to use an image tag, like so:
<img src="http://www.yoursite.com/yourimage.gif" />

pretty much the same way you'd do it in a web page.

courtney (n h c) wrote:
Quote:
sent my last message too soon.

i meant to say that he (or you) might want to create a template or
something so that he doesn't have to insert it every time. it should
be fairly easy. i don't use Outlook, but i'm sure you can find out how
to do it in the help file.

courtney (n h c) wrote:
no, he'd have to use the Insert menu and choose Insert HTML and then
paste it in there.

antonioconte wrote:
so he types out his email in Outlook and then would simply enter
this at the top of his email?

http://www.thedomain.com/email_header.jpg

?

surely it would just show up as a hypertext link?


Reply With Quote
  #10  
Old   
P@tty Ayers ~ACE
 
Posts: n/a

Default Re: Looking for a HTML email solution - 01-04-2008 , 05:39 PM




"Ken Binney" <kenbinney (AT) ossiningdesignguild (DOT) com> wrote

Quote:
Happy New Year Ms. P

Sorry I was not clear in my post...
That link is to an HTML email page for the OP to view the source code.
That email page contains many links to htm pages
I figure you meant to say "many links to images"? Or else, you've lost me
completely. :-)


--
Patty Ayers | Adobe Community Expert
www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.