I am building a personal portfolio webpage using Codepen. I created a facebook round shape icon with a href link of my facebook profile. When I clicked on the facebook icon, the response show white screen. I have tried to put other link address, the problem still exist. Anyone knows how to fix this problem?
Can you add a link to your codepen?
You will have to add target="_blank"
to <a>
tag
1 Like
here is my portfolio codepen link
the problem still exist after adding target="_blank"
it really works. thanks a lot!
1 Like