kfranck
asked on
How do I bold face a response.write ASP statement?
I have created an ASP project and I want to bold face and change the font on a response.write state. How do I do this?
Here is the statement:
Response.Write "<td>" & rsMasterRolodex.Fields("Na me") & "</td>"
Here is the statement:
Response.Write "<td>" & rsMasterRolodex.Fields("Na
like above you can do anything you want to do
ASKER
Thanks. How 'bout changing font size?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Terrific. Thank you.
thanks for the points
Response.Write "<td><b>" & rsMasterRolodex.Fields("Na