I am trying to enclose this entire sentence in a tag. However, for some reason, every time I save the changes in VC it moves the closing tag back to where it was. What is the problem here? I am in TEXT mode in VC.
Current code:
<p style="text-align: center; font-size: 120%;"><strong><a href="https://www.instagram.com/askaricollection/" target="_blank">Follow us on Instagram [icon type="instagram" style="font-size:150%;"] </a></strong>askaricollection</p>
Try to move the close tag to the end like this:
<p style="text-align: center; font-size: 120%;"><strong><a href="https://www.instagram.com/askaricollection/" target="_blank">Follow us on Instagram [icon type="instagram" style="font-size:150%;"] </strong>askaricollection</a></p>
askaricollection.com