Grave_Digger
06-07-2006, 07:10 AM
Hi guys,
I need some help to send a mail in html that uses some css.
I'm using this headers:
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
The email works well, BUT any css or even the html tag attributes(like align) don't work.
I'm using Apache + Qmail.
Could someone help me plz ?
tnx in advance
I need some help to send a mail in html that uses some css.
I'm using this headers:
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
The email works well, BUT any css or even the html tag attributes(like align) don't work.
I'm using Apache + Qmail.
Could someone help me plz ?
tnx in advance