Link to home
Create AccountLog in
Avatar of kfranck
kfranckFlag for United States of America

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("Name") & "</td>"
Avatar of dosth
dosth
Flag of India image

Here is the statement:
Response.Write "<td><b>" & rsMasterRolodex.Fields("Name") & "</b></td>"
like above you can do anything you want to do

Avatar of kfranck

ASKER

Thanks. How 'bout changing font size?
ASKER CERTIFIED SOLUTION
Avatar of dosth
dosth
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of kfranck

ASKER

Terrific. Thank you.
thanks for the points