Estoy utilizando este código para validar el contenido que tiene el tab de TEXTAREA; pero el texto sale todo corrido, creo que no estoy haciendo algo bien
help me
Código:
strBody = "<HTML>" & _
"<HEAD></HEAD>" & _
"<BODY>" & _
"<table width=""77%"" border=""0"" cellspacing=""0"" cellpadding=""0"">" & _
"<tr>" & _
" <td> " & _
" <img src=""http://intra/site/boletines/formatos/ERPTeamEncabezado.jpg"" width=""550"" height=""200"">" & _
" </td>" & _
"</tr> " & _
"<tr>" & _
" <td width=""93"">" & replace(replace(request.form("contenido")," "," "),chr(13),"<br>") & "</td>" & _
"</tr>" & _
"<tr>" & _
"<td> " & _
"<img src=""http://intra/site/boletines/formatos/ERPTeamPie.jpg"" width=""550"" height=""50""> " & _
"</td> "& _
"</tr>" & _
"</table>" & _
"</BODY>" & _
"</HTML>"