[ad_1]
Essentially what the title says, has anyone had this happen? I’m not sure where the disconnect is. I’m very beginner with code, but working on having some of our site’s links simply open in a new tab. This code has worked in the past. I imagine it has something to do with the formatting of this particular page. Any insights would be great!
[ad_2]
Use the inspector in chrome by enabling dev tools, then right click and select “inspect element”. From there you’ll be presented with the elements and can see what CSS is being attributed to your code. As a new programmer I’d recommend you learn to leverage the built in dev tools that chrome has to make your life easier! https://developer.chrome.com/docs/devtools
My first thought is that the text in the headline is using typographer quotes — “” — rather than programmer quotes — “”
We can’t help without seeing the site.