Connecting Tech Pros Worldwide Forums | Help | Site Map

Copy HTML CODE IN GMAIL,Yahoo,hotmail

Pratik Patel
Guest
 
Posts: n/a
#1: Jun 26 '07
Hello

I have html generated code.

like

<table><tr><td><img src="http://www.abc.com/images/abc.jpg"></td></
tr></table>

When i copy above code and paste this code in gmail,yahoo or hotmail
compose mail.

But when i send mail with this code i received html code not display
image in table format.

I want to accept this html code and display in html structure in mail
without use of any server side scripting language.

Regards,
Pratik Patel


Manny
Guest
 
Posts: n/a
#2: Jun 26 '07

re: Copy HTML CODE IN GMAIL,Yahoo,hotmail


On Jun 25, 8:45 pm, Pratik Patel <anay.pra...@gmail.comwrote:
Quote:
Hello
>
I have html generated code.
>
like
>
<table><tr><td><img src="http://www.abc.com/images/abc.jpg"></td></
tr></table>
>
When i copy above code and paste this code in gmail,yahoo or hotmail
compose mail.
>
But when i send mail with this code i received html code not display
image in table format.
>
I want to accept this html code and display in html structure in mail
without use of any server side scripting language.
>
Regards,
Pratik Patel
You have to set the headers with text/html to show up as HTML.

Pratik Patel
Guest
 
Posts: n/a
#3: Jun 26 '07

re: Copy HTML CODE IN GMAIL,Yahoo,hotmail


On Jun 26, 11:43 am, Manny <thebar...@gmail.comwrote:
Quote:
On Jun 25, 8:45 pm, Pratik Patel <anay.pra...@gmail.comwrote:
>
>
>
Quote:
Hello
>
Quote:
I have html generated code.
>
Quote:
like
>
Quote:
<table><tr><td><img src="http://www.abc.com/images/abc.jpg"></td></
tr></table>
>
Quote:
When i copy above code and paste this code in gmail,yahoo or hotmail
compose mail.
>
Quote:
But when i send mail with this code i received html code not display
image in table format.
>
Quote:
I want to accept this html code and display in html structure in mail
without use of any server side scripting language.
>
Quote:
Regards,
Pratik Patel
>
You have to set the headers with text/html to show up as HTML.
where i can set header ? because this is the simple html code paste
not i send this code via php mail.

Erwin Moller
Guest
 
Posts: n/a
#4: Jun 26 '07

re: Copy HTML CODE IN GMAIL,Yahoo,hotmail


Pratik Patel wrote:
Quote:
On Jun 26, 11:43 am, Manny <thebar...@gmail.comwrote:
Quote:
>On Jun 25, 8:45 pm, Pratik Patel <anay.pra...@gmail.comwrote:
>>
>>
>>
Quote:
Hello
>>
Quote:
I have html generated code.
>>
Quote:
like
>>
Quote:
<table><tr><td><img src="http://www.abc.com/images/abc.jpg"></td></
tr></table>
>>
Quote:
When i copy above code and paste this code in gmail,yahoo or hotmail
compose mail.
>>
Quote:
But when i send mail with this code i received html code not display
image in table format.
>>
Quote:
I want to accept this html code and display in html structure in mail
without use of any server side scripting language.
>>
Quote:
Regards,
Pratik Patel
>>
>You have to set the headers with text/html to show up as HTML.
>
where i can set header ? because this is the simple html code paste
not i send this code via php mail.
'not i send this code via php mail'?

So why post here in comp.lang.php?
How can we help?

Erwin Moller
Closed Thread