Creating URL in deluge/HTML

Creating URL in deluge/HTML

Having difficulty adding target=“_BLANK” to a URL I’m creating. 

I have dispLnk = "<a href='" + i.URL + "'>" + i.Title_Name + "</a>" + " - " + i.Description; where i.URL is a companies site, i.Title_Name is the company name and i.Description is their tag line. We have found in the new version of Creator the link opens the site within the iframe on our site instead of opening in a new tab or window. When attempting to add target=“_BLANK” to the code we get syntax errors (prob because a ‘ or “ is out of place. Can anyone assist?