hi mtz1406,
try to send like this
<?php
$name = "MAN";
$mail_content='<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>�Mesaage</title>
<style type="text/css">
</style></head>
<body>
<table width="100%" border="1" cellpadding="1" cellspacing="1">
<tr>
<td width="83%"><div align="right" class="TEXT"> " . $name ." </div></td>
<td width="17%"><div align="right">
<p>name</p>
</div></td>
</tr>
</table>
</body>
</html>';
//...........
//...........
mail($to, $subject, $mail_content, $headers);
?>
surendran
(Anything is Possible)
http://ssuren.spaces.msn.com