well, ok, now i think u mean to say is that when u send the message the HTML is not showing in the message. U need MIME headers to send HTML mail. There are countless examples on teh net to help u to send HTML email using PHP mail().
Basically u need to set Mime-Version and Content-Type headers for the HTML to show properly.