0
LInk issue
HI, i try to make my first website and i have to create several links to other website or profile and i get this issue with one of them and i don't find any solution to solve it, can anyone help please? Here is the link to my project on codepen: https://codepen.io/RockAtansky/pen/JOgRrr There is three links on the footer and the "France-IoI" is the one which i have the issue. Thank you.
5 Answers
+ 4
For external links on Codepen try adding target="_blank" so they will open in a new tab/window. Codepen usually blocks some external pages from loading within their website.
+ 4
I'm not sure. They may whitelist some websites or IPs. That would be a question for codepen. IDK if they have a forum where you could ask, but they do have a support page where you can contact them.
+ 3
Here's a couple of codepen blog posts I found that discuss a little about the issue.
https://blog.codepen.io/2014/02/06/opening-links-pens/
https://blog.codepen.io/2014/07/25/blank-links/
+ 1
Yes i know that and it is strange that they don't propose any such of thing.
Anyway, thank you for your help, much appreciate.
0
Thank you so much, it works perfectly.
But for my knowledge, can you explain why two of them working without target="_blank" but the third one didn't?