[SOLVED] - STYLES not working when sending mail in HTML ?

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

[SOLVED] - STYLES not working when sending mail in HTML ?

Post by anjanesh »

Hi
Im using the mail function with message as html.
header is : Content-type: text/html; charset=iso-8859-1\r\n
The mail is send fine EXCEPT the styles !!! Now how is this possible ?
example : <TD STYLE="FONT-WEIGHT:bold"> does not work. Actually none of the styles are working.<B> works though but I want styles to work. (I did not include any css file so dont ask)
Thanks
Last edited by anjanesh on Sat Jul 17, 2004 1:13 pm, edited 1 time in total.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Post Reply