E-mails from online platform
11-03-06, 05:32 AM
Community Liaison
Join Date: May 2005
Location: Antwerp, Belgium
Posts: 3,165
Thanks: 4
Thanked 25 Times in 25 Posts
if you want to send images together with an email you have to send them with the email, or link them to a website (when the user is offline, he wont see the images)
when i look at the bad_email, i think this is a css-html problem, and it has nothing to do with the email itself.
I myself send lots of emails with html content, using css to modify the layout, and everything works fine.
Could you post your entire html mail code here? cause the image only contains a part of it
Greetz,
UnrealEd
__________________
"Good judgement comes from experience, and experience comes from bad judgement." -
Fred Brooks
11-03-06, 06:12 AM
Newbie Coder
Join Date: Oct 2005
Posts: 74
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for your help.
I figuered: if i link to an absolute adress it wouldn't be a problem? So instead of img/name.jpg linking to
www.domain/img/name.jpg ?
Obviously there's a little bit more to it than that.
PHP Code:
< table cellspacing = "0" cellpadding = "0" width = "100%" bgcolor = "#f3f3f3" >
< tbody >
< tr >
< td >
< table height = "25" cellspacing = "0" cellpadding = "0" width = "80%" align = "center" bgcolor = "#216594" >
< tbody >
< tr >
< td >
< p style = "MARGIN-TOP: 3px; MARGIN-LEFT: 3px; MARGIN-RIGHT: 3px" >< font face = "arial" color = "#ffffff" size = "2" > GRATIS Nieuwsbrief van Beurstip . com </ font > </ p >
</ td >
</ tr >
</ tbody >
</ table >
< table height = "125" cellspacing = "0" cellpadding = "0" width = "80%" align = "center" bgcolor = "#42519c" >
< tbody >
< tr >
< td >< img src = "http://www.beurstip.com/nieuw/img/logo.jpg" alt = "" /> </ td >
</ tr >
</ tbody >
</ table >
< table cellspacing = "0" cellpadding = "0" width = "80%" align = "center" bgcolor = "#e7eff7" >
< tbody >
< tr >
< td width = "20%" >
< p style = "MARGIN-TOP: 3px; MARGIN-LEFT: 3px; MARGIN-RIGHT: 3px" > Hier komt de linkertekst </ p >
</ td >
< td width = "80%" >
< table cellspacing = "0" cellpadding = "0" width = "100%" >
< tbody >
< tr >
< td >
< p style = "MARGIN-TOP: 3px; MARGIN-LEFT: 3px; MARGIN-RIGHT: 3px" > In de nieuwsbrief deze week : </ p >
< ul >
< li >< strong > Dit is een titel </ strong > </ li >
< li >< strong > Dit is een titel </ strong > </ li >
< li >< strong > Dit is een titel </ strong > </ li >
< li >< strong > Dit is een titel </ strong > </ li >
</ ul >
< p style = "MARGIN-TOP: 3px; MARGIN-LEFT: 3px; MARGIN-RIGHT: 3px" >< font face = "arial" color = "#213073" size = "2" >< strong > Hier in titel </ strong ></ font >< br />< font face = "arial" color = "#000000" size = "2" > Lorem ipsum dolor sit amet , consectetuer adipiscing elit . Fusce laoreet rutrum elit . Nunc arcu lorem , aliquet non , lacinia in , sodales vitae , lorem . Donec ut ante et odio aliquet consequat . In massa nisl , tincidunt id , vehicula in , aliquam id , nisl . Curabitur imperdiet , risus dignissim tincidunt eleifend , magna mi iaculis tortor , et lacinia urna felis et enim . Nulla feugiat tempus lacus . Sed libero . Pellentesque congue . Mauris vitae tortor . Curabitur eu lacus . Morbi eros ante , imperdiet eu , congue ut , gravida id , ante . Curabitur leo lorem , tincidunt quis , iaculis vitae , dapibus sit </ font ></ p >
< p style = "MARGIN-TOP: 3px; MARGIN-LEFT: 3px; MARGIN-RIGHT: 3px" >< font face = "arial" color = "#213073" size = "2" >< strong > Hier in titel </ strong ></ font >< br />< font face = "arial" color = "#000000" size = "2" > Lorem ipsum dolor sit amet , consectetuer adipiscing elit . Fusce laoreet rutrum elit . Nunc arcu lorem , aliquet non , lacinia in , sodales vitae , lorem . Donec ut ante et odio aliquet consequat . In massa nisl , tincidunt id , vehicula in , aliquam id , nisl . Curabitur imperdiet , risus dignissim tincidunt eleifend , magna mi iaculis tortor , et lacinia urna felis et enim . Nulla feugiat tempus lacus . Sed libero . Pellentesque congue . Mauris vitae tortor . Curabitur eu lacus . Morbi eros ante , imperdiet eu , congue ut , gravida id , ante . Curabitur leo lorem , tincidunt quis , iaculis vitae , dapibus sit </ font ></ p >
</ td >
</ tr >
</ tbody >
</ table >
</ td >
</ tr >
</ tbody >
</ table >
< table height = "125" cellspacing = "0" cellpadding = "0" width = "80%" align = "center" bgcolor = "#42519c" >
< tbody >
< tr >
< td >
< p style = "MARGIN-TOP: 3px; MARGIN-LEFT: 3px; LINE-HEIGHT: 150%; MARGIN-RIGHT: 3px" align = "center" >< a href = "http://www.beurstip.com/nieuw/privacy.php" >< font face = "arial" color = "#ffffff" size = "2" > Privacy Policy | < a href = "http://www.beurstip.com/nieuw/" >< font face = "arial" color = "#ffffff" size = "2" > Disclaimer < br />< font face = "arial" color = "#ffffff" size = "1" > Copyright Beurstip . com & copy ; 2006 </ font ></ font ></ a ></ font ></ a > | </ p >
</ td >
</ tr >
</ tbody >
</ table >
</ td >
</ tr >
</ tbody >
</ table >
NOTE: I'm using FCKtemplates which is an XML package. This is the complete XML packed code:
11-03-06, 06:35 AM
Community Liaison
Join Date: May 2005
Location: Antwerp, Belgium
Posts: 3,165
Thanks: 4
Thanked 25 Times in 25 Posts
you had some errors in your html. replace the following lines:
by:
Quote:
Originally Posted by gigafare
yes, this should do it. but as i said in my previous post: when the user is offline, he wont see the image.
I'm not sure if this is gonna solver your problem, but give it a try;
UnrealEd
__________________
"Good judgement comes from experience, and experience comes from bad judgement." -
Fred Brooks
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Thread Tools
Display Modes
Linear Mode
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off