I am trying to create a php form. When I get the submitted form on email I should get it visually nice look.
If put the following code I get this ![email body][1]
$mailBody=" <html>
<body>
<table border=\"1\" style=\"width:100%\">
Name: $name_title $sender\n
Email: $senderEmail\n\n
$message
</table>
</body>
</html>";
How can I get a nice scc table or div like a html document when I get my php form?