How to add a <a href"http://mysite.com"< /a> in to a string

Hi, The example in the subject line creates an error in run time. The " quote marks inside the string do not work.

How to you add the " marks?

I thought it might be a single quote mark followed by the double one and the reverse at the end, but no.

Thanks

Tony

Try to mask them with a backslash like " maybe that works.