Hi,
I'm trying to send a table in my e-mail but having problems with the " and '
I don't know ASP so please tel mehow do I fix this probles.
here is what I want to do (piece of the code), The problem is with the width and border's " ".
-------------------------------
I'm trying to send a table in my e-mail but having problems with the " and '
I don't know ASP so please tel mehow do I fix this probles.
here is what I want to do (piece of the code), The problem is with the width and border's " ".
-------------------------------
Code:
myMail.HTMLBody = "<table width="400" border="1"> <tr> <td>sample text</td> <td>sample text</td> </tr> <tr> <td>sample text</td> <td>sample text</td> </tr> </table>"
Comment