CooterBrown
IS-IT--Management
Hello,
I have existing forms on the our intranet that are blasted to particular recipents depending on the form and the context therein. My question is this: The messages recieved are great as far as context and display configuration. There is a problem with readability on some of the forms. I would like to bold some of the headings and titles of the messages to make them more readable. How would I code this before it is blasted. I've tried something to the effect of:
strBody = "<font color=red><b>Heading</b></font>"
but asp treats this like a string literal as far as e-mail goes. In visual basic to change the color the code is similar to:
txtStrBody.font.color = vbRed
Is this anything like asp and vbscripting?
Your advice is greatly appreciated!
I have existing forms on the our intranet that are blasted to particular recipents depending on the form and the context therein. My question is this: The messages recieved are great as far as context and display configuration. There is a problem with readability on some of the forms. I would like to bold some of the headings and titles of the messages to make them more readable. How would I code this before it is blasted. I've tried something to the effect of:
strBody = "<font color=red><b>Heading</b></font>"
but asp treats this like a string literal as far as e-mail goes. In visual basic to change the color the code is similar to:
txtStrBody.font.color = vbRed
Is this anything like asp and vbscripting?
Your advice is greatly appreciated!