When it pops up with the pre-filled https:// insert your link right there – I mean the portion: formpig.com/pdf/formpig_contouring_mans.pdf” target=”_blank” because if you put the entire https:// again it will give an error. So the answer is *yes* just put it in right after the https://, leaving out the second https://, since the WP UI is filling that in for you. ??
Sounds like the WP UI is adding all the pre-code stuff – can you find where it is filling it in in your code and copy the entire length of it here? Then I can see exactly what the WP UI is adding to it. Typically, just using HTML code, you would write the link exactly as follows:
<a "href://formpig.com/pdf/formpig_contouring_mans.pdf" target="_blank">formpig.com</a>
So whatever code the WP UI is inserting for you should be deleted – unless it has .php code in front of it like this: <?php
and you only want to delete the code that is associated with the
in other words all code up until the ending that is pre-filled for you starting with the should be deleted and you should put in your code (if the above is the correct link, then you can just copy and paste it directly over the code that the WP UI creates – EXCEPT for any <?php before the and after the
Does that make more sense? If not – please copy & paste the entire block of code that the WP UI is putting in for you and I’ll figure out how to get it to open for you ??