Avatar of da_question
da_question
 asked on

can someone format this for me?

I've got some html that I need inserted in the "m.body" section where it says "The HTML goes here".


m.BodyFormat = MailFormat.Html;
m.Body = @"Hello " + csv[FirstName].Trim() + " " + csv[LastName].Trim() + @", <br> The Html goes here  ";



Here's the HTML
=============================================================


<table border="0" cellpadding="0" cellspacing="0" width="592">
  <tr>
    <td width="100%" align="left" valign="top" colspan="2">
    <a href="http://www.URL.com/welcome.asp">
    <img border="0" src="images/main_one01.gif" width="592" height="394"></a></td>
  </tr>
  <tr>
    <td width="100%" align="left" valign="top" colspan="2">
    <img border="0" src="images/welcome02.gif" width="592" height="20"></td>
  </tr>
  <tr>
    <td width="50%" align="left" valign="top">
    <img border="0" src="images/welcome03.gif" width="371" height="12"></td>
    <td width="50%" align="left" valign="top">
    <a href="http://www.URL.com/contactUs.htm">
    <img border="0" src="images/welcome04.gif" width="221" height="12"></a></td>
  </tr>
</table>
C#

Avatar of undefined
Last Comment
da_question

8/22/2022 - Mon
jkunal

so what is the problem?
ASKER CERTIFIED SOLUTION
Fahad Mukhtar

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
da_question

ASKER
That's it... thanks :)
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy