Hi,

I am using php mailer and am trying to find a new way to make the html email 
body instead of the old

  $mail_body = " <tr><td width=\"314\"><div align=\"center\"><img 
src=\"my_logo3.gif\" width=\"100\" height=\"139\"></div></td></tr>";
 $mail_body .= "<BR><BR><BR><BR>";
    $mail_body .= "<font size=\"2\" face=\"Verdana, Arial, Helvetica, 
sans-serif\">$mail_text </font>";
    $mail_body .= "<BR><BR><BR><BR><BR>";
    $mail_body .= "<tr>

etc etc.

Could I link/ attach a style sheet? How would this work??

Can I make a whole html mage and just link it?? Or include ('mypage.htm')

Any good/innovative suggestions are welcome.


R. 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to