Ive got an ASP variable which will hold a string. I want to string to be displayed in bold. How do I stick an HTML tag in an ASP statement to make this string bold?
Heres what Ive got, but obviously its a fucking no go
PHP Code:
strBody = strBody & "<b>my string</b>" & Chr(13) & Chr(10) & Chr(13) & Chr(10)