LInk issue | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

1st Jan 2018, 7:24 PM
Laurent Aubouy
Laurent Aubouy - avatar
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.
1st Jan 2018, 7:59 PM
ChaoticDawg
ChaoticDawg - avatar
+ 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.
1st Jan 2018, 8:15 PM
ChaoticDawg
ChaoticDawg - avatar
+ 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/
1st Jan 2018, 8:22 PM
ChaoticDawg
ChaoticDawg - avatar
+ 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.
1st Jan 2018, 8:23 PM
Laurent Aubouy
Laurent Aubouy - avatar
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?
1st Jan 2018, 8:10 PM
Laurent Aubouy
Laurent Aubouy - avatar