Find the answer to your Linux question:
Results 1 to 3 of 3
Hi All, I'm using sendemail (successfully) to send an email which contains HTML format i.e. i have HTML lines/data and some href links (short link names for longer links) in ...
  1. #1
    Linux Newbie Sangal-Arun's Avatar
    Join Date
    May 2006
    Location
    Gurgaon, India + Denver Colorado USA
    Posts
    101

    [SOLVED] HTML smiley.

    Hi All,

    I'm using sendemail (successfully) to send an email which contains HTML format i.e. i have HTML lines/data and some href links (short link names for longer links) in my script.

    Now, the HTML source has the following text:

    ......
    ...........some HTML code here..
    .....
    <p>Giga</p>
    .......
    ...........some HTML code here..
    .....

    When I get the email, i get "Giga" as the keyword.

    Now, can we do something in the HTML code so that in place of "" i get the happy smiley (Try typing "" and a space after it on MS Word, and you'll get what i want).

    Thanks
    Brgds,

    ARUN SANGAL
    SCM: 1- 720 251 9962
    Email: sangal.ak04@gmail.com
    Email: sangal_ak04@yahoo.com

  2. #2
    Linux Newbie Sangal-Arun's Avatar
    Join Date
    May 2006
    Location
    Gurgaon, India + Denver Colorado USA
    Posts
    101

    HTML smiley for Unix sendemail html data.

    i GOT it.

    1) Open word document file.
    2) Made the smiley and typed some text "Giga".
    3) Saved the file as "himanshugardi.htm" i.e. in html format.
    4) open the file in Internet browser (Right click on file, Open with, IExplorer)
    5) Clicked, file, view source from the menu bar.

    6) and here's what i GOT.


    <body lang=EN-US style='tab-interval:.5in'>

    <div class=Section1>

    <p class=MsoNormal><span style='font-family:Wingdings;mso-ascii-font-family:
    Calibri;mso-ascii-theme-font:minor-latin;mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;mso-char-type:symbol;mso-symbol-font-family:
    Wingdings'><span style='mso-char-type:symbol;mso-symbol-font-family:Wingdings'>J</span></span></p>

    <p class=MsoNormal><o>&nbsp;</o></p>

    <p class=MsoNormal>Giga</p>

    </div>

    </body>
    Brgds,

    ARUN SANGAL
    SCM: 1- 720 251 9962
    Email: sangal.ak04@gmail.com
    Email: sangal_ak04@yahoo.com

  3. #3
    Linux Newbie Sangal-Arun's Avatar
    Join Date
    May 2006
    Location
    Gurgaon, India + Denver Colorado USA
    Posts
    101
    OR

    in the short form:

    <p>
    <span style='font-size:10.0pt;line-height:15%;font-family:Wingdings;color:red'>
    <span>L</span>
    </p>
    Brgds,

    ARUN SANGAL
    SCM: 1- 720 251 9962
    Email: sangal.ak04@gmail.com
    Email: sangal_ak04@yahoo.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...