Hi guys I am having a problem linking up these two files,it keeps saying 404 from codepen,will be happy if you can be of help,thanks.
Can you be more clear @adaezebaby? What is the exact problem? Where is the codepen link? What are you trying to do?
Thanks!
I wil like you to look at this,it’s complex to explain.
If you look at the HTML I put a button below(that is the last thing in the HTML code,when I press the button it keeps on saying :
404
I’m afraid you’ve found a page that doesn’t exist on CodePen. That can happen when you follow a link to something that has since been deleted. Or the link was incorrect to begin with.
The reason is just a typo. You did’nt put an opening double quotes for the a
tag’s href
attribute’s value!
<a href=https://codepen.io/adaezebaby/pen/dyXWaMr"> <-- no " after the href=!
I will check it,thanks for helping!!!
It’s still not working.
Please share your current code for that link. It works for me.
Kk I will share it now.
This is it: You can view more drawings <a
href=https://codepen.io/adaezebaby/pen/dyXWaMr">here`
You did’nt do what I said! There is no "
after the href=
! Also, add a space before the href
.
So sorry I made a mistake,thanks,I will do that now.
Thanks so much,it’s working now,but there is one more problem.
maybe if you write about it…
It is not working the same way in Github:https://github.com/adaezebaby/adaezebaby.github.io/commit/06ff87197ca90ef7c4f807796b129351262669aa
meanwhile, some tips about codepen:
-
codepen is a boilerplate, inside the HTML box only what’s visible on the page should be written: delete html, body, and head tags
-
there is a Analyze HTML tool, try to use it
-
hr
is a self closing tag, you need to delete the closing</hr>
tags
this links bring to a commit, what do you want to show?
The reason it is not working in GitHub is because you didn’t update the html file as I said.
Please how do I do that when Github does not have a space for just HTML and just CSS?
Just edit the index.html
file you have in this project’s repo.