Hi,
Im having a problem opening a link into a new tab, this is the code im using:
<p style="font-size: 35px; line-height: 35px;">
</p>
You can find these section on the bottom of the website, on top of the footer. "Síguenos en nuestras redes". I want the social icons to open in new tabs.
Thanks!
Comments
simple misstake:
target="_blank" not target:"_blank"
thanks