When the user clicks submit, I am returning a page that says thank you, we'll be in touch shortly. I'd like to be able to display the logo at the top of the page. I've used this code to do it, but it errors out. It says it is looking for ')'.
response.write("<div align="center"><img src="images/logos/primary.gif" alt="logo"> <img src="images/logos/logo.jpg" alt="Primary Sources" width=60 height=75> <img src="images/logos/sources.gif" alt="Primary Sources">"
Also, can I use font tags in response.write statements? I'd like to give the receipt page the same look as the rest of the site. I'm using a stylesheet for the rest of the site. Is there someway I can plug it into the asp file?
response.write("<div align="center"><img src="images/logos/primary.gif" alt="logo"> <img src="images/logos/logo.jpg" alt="Primary Sources" width=60 height=75> <img src="images/logos/sources.gif" alt="Primary Sources">"
Also, can I use font tags in response.write statements? I'd like to give the receipt page the same look as the rest of the site. I'm using a stylesheet for the rest of the site. Is there someway I can plug it into the asp file?