$subject = $visitor;
$message = "
$visitor\n
$visitormail\n
$site\n
$REMOTE_ADDR\n
$notes \n
";
$from = "From: $visitormail\r\n";
mail("name@domain.com", $subject, $message, $from);
how/where do I add html/css so that once I recieve the email, instead of basic text, I get my desired text/background? I've tryed just about everything...
thanks in advanced,