[thelist] HTML Email

profjj thelist at cbizz.net
Fri Oct 12 16:33:28 CDT 2001


Hi everyone,

Does anyone know how to send html email via web based mail clients such as
yahoo and hotmail?

The main thing is how would you change the content-type i guess.

Thanx in advance,

[[:profjj:]]
//* http://cbizz.net *//

<tip type="CSS" author="profjj">
Css has different media types which include - screen, print, braille, aural,
etc...

A quick fix for getting a printable page with no server-side language could
be achieved through css.



<style>
@media screen
{
p.info {font-family:Verdana,sans-serif; font-size:14px}
}

@media print
{
p.info {font-family:"Times New Roman",serif; font-size:12pt}
}

</style>

</tip>





More information about the thelist mailing list