Copy HTML CODE IN GMAIL,Yahoo,hotmail

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pratik Patel

    Copy HTML CODE IN GMAIL,Yahoo,hotmail

    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

    #2
    Re: Copy HTML CODE IN GMAIL,Yahoo,hot mail

    On Jun 25, 8:45 pm, Pratik Patel <anay.pra...@gm ail.comwrote:
    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.

    Comment

    • Pratik Patel

      #3
      Re: Copy HTML CODE IN GMAIL,Yahoo,hot mail

      On Jun 26, 11:43 am, Manny <thebar...@gmai l.comwrote:
      On Jun 25, 8:45 pm, Pratik Patel <anay.pra...@gm ail.comwrote:
      >
      >
      >
      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.
      where i can set header ? because this is the simple html code paste
      not i send this code via php mail.

      Comment

      • Erwin Moller

        #4
        Re: Copy HTML CODE IN GMAIL,Yahoo,hot mail

        Pratik Patel wrote:
        On Jun 26, 11:43 am, Manny <thebar...@gmai l.comwrote:
        >On Jun 25, 8:45 pm, Pratik Patel <anay.pra...@gm ail.comwrote:
        >>
        >>
        >>
        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.
        >
        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

        Comment

        Working...