body = "<HTML>" & _
"<HEAD></HEAD>" & _
"<BODY>" & _
" <Font Face=Arial Size=5><B>" & _
" This is a test Email" & cEmail & _
" </B></Font><BR>" & _
" <H3><A Href=http://www.website.com>Click here</a>" & _
" to go to website.com</h3>" & _
"</BODY>" & _
"</HTML>"
this a ASP variable with html text it works well i just want to know how would i be able to implement the img src=""
tag on there using a variable so something like this
img src="http:www" & website &".com"
any ideas? thanks