Guest_imported
New member
- Jan 1, 1970
- 0
How do I put quotation marks "" inside a response.write(" " without breaking the rules?
I want to print some html:
response.write(" font face="verdana etc.." "
If i leave out the quotation marks then the formatting of the HTML is incorrect. HTML needs the " " around the attributes to work properly. Any advice?
I want to print some html:
response.write(" font face="verdana etc.." "
If i leave out the quotation marks then the formatting of the HTML is incorrect. HTML needs the " " around the attributes to work properly. Any advice?