Herry Markowitz
Well-known member
- Joined
- Oct 22, 2015
- Messages
- 46
- Programming Experience
- 1-3
Hi beautiful people,
Following code is okey.
When I replace this line
with this
code doesnt change the color.
Any idea?
Following code is okey.
VB.NET:
.htmlbody = _ "<html>" & _
"<body>" & _
"<table width=600 border=0 align=left cellspacing=0 cellpadding=0" & _
"<tr>" & _
"<td width=600 [COLOR=#ff0000]bgcolor=Blue[/COLOR]" & _
"Dear,<br>" & _
Title & "<br><br>" & _
"Best Regards.<br>" & _
Sender & "<br><br>" & _
"</td>" & _
"</tr>" & _
"</table>" & _
"</body>" & _
"</html>"
When I replace this line
VB.NET:
bgcolor=Blue
VB.NET:
bgcolor=Button9.BackColor.Name
Any idea?
Last edited: