How do i copy my link for my tribute page to submit it. The checkbox isn't showing

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.58 Safari/537.36

Challenge: Build a Tribute Page

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.


What link are you using? How are you submitting the link? We need more info to reproduce and help you fix the issue.

I found the link thanks but something is very wrong with my code. Everything is done but ug says 3/10 so double checking for any errors as i followed all the instructions

Cool. If you post the link, people will be able to help you understand and fix the test suite errors.

I wasn’t sure if i could post my code as its a project so i didnt add anything

Its totally ok to post a link to the project when asking for help.

I think i need to go over it step by step and see what’s wrong

1 Like

I’m not an expert on the HTML/CSS projects, but you can put questions in here if you get stuck working on those error messages and people will try to help!

Some of them seem like small details, like this test output:

I should see either a <figure> or <div> element with corresponding id="img-div".

vs your code:

<div id="img/div">

I see yes. Just started going over the lessons and saw its not set out properly so im going to change those and see what happens

1 Like

I’m not sure if you’ve discovered this yet, but you should be able to view a more detailed description of which tests are failing.
For example:

I think that there are also some HTML errors in your code. The tests won’t pass if your code has HTML errors. CodePen has a tool to help you find some errors, which you can find in the dropdown next to the gear icon:

The errors it finds or suggestions may not always be easy to understand or extremely helpful, but it should help you find where to start looking for errors.

1 Like

Did not see that thaks ill go and check it out now. Also may i ask if it should be an original tribute page or one copied from the internet? As I’ve been doing an original

The more you’re doing yourself, the more your brain is engaged and you’re really learning. The strict requirement is that you write your own code, but all the best projects I’ve seen are when people really take the prompt and run with it to make something uniquely their own. Keep up the good work.

1 Like

Hey so i redid it and checked all my errors, this one is lacking a lot. When i check the results it still says 3/10. What am i doing wrong


Hi Shaakira,
As you suggested, I think that you are going to need some Step by Step help.




Lets start with your #image:
This code that you have, actually Opens up a google search.

https://www.google.com/search?q=severus+snape&client=ms-android-samsung-gj-rev1&prmd=ivn&sxsrf=APq-WBtDsMcBZcHGhjZJLSuw59tBGY8QPQ:1649250213667&source=lnms&tbm=isch&sa=X&ved=2ahUKEwiNhYbpv__2AhXRQEEAHZ0JB9IQ_AUoAXoECAIQAQ&biw=412&bih=772&dpr=1.75#imgrc=rTE-ZR8uMQC8eM

What we want is a Direct link to The Image, Like this:

https://upload.wikimedia.org/wikipedia/en/b/b9/Ootp076.jpg

Often, we can find the Direct Image link, By Rightclicking the image and pressing COPY IMAGE ADDRESS:
image

Go ahead and try pasting this link in instead. Remember to have Quotes around it.

Let me know when you get it to work and we 'll move on to the next steps.

That fixed 5 of my problems it says 8/10 now

Ok, go ahead and use this link: https://upload.wikimedia.org/wikipedia/en/b/b9/Ootp076.jpg

The one you are using right now, is not an Image Link. But a Link to the WIKI page.

Tell me when you can see Snape’s photo appear on your website.

When you go to a direct image link, it should look something like this: Direct Image links have No Background, or website visible.

It shouldn’t have a web page behind it like this:

Where should o use this link “https://upload.wikimedia.org/wikipedia/en/b/b9/Ootp076.jpg

If i use that link my score goes down to 5/10

I now have 9/10