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 ...
- 10-09-2009 #1
[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
- 10-09-2009 #2
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
> </o
></p>
<p class=MsoNormal>Giga</p>
</div>
</body>
- 10-09-2009 #3
OR
in the short form:
<p>
<span style='font-size:10.0pt;line-height:15%;font-family:Wingdings;color:red'>
<span>L</span>
</p>


