Below please find the link to my students’ website. We are having issues with her link to her main page (index.html) . I noticed on that page that both the closing body and html tags are pink. However, I do not know why. Please advise. https://codeprojects.org/YSN2TVcJY3YHcLrSjFk4t5j31Td9osRslyWpkWxOD-s
[Posts in the debugging category need to have the following pieces of information included in order to help other teachers or our moderator team best help you. Feel free to delete everything in brackets before posting your request for debugging help.]
Link to the project or level: [replace with link to the curriculum or get the “Share” link to a project] What I expect to happen: [replace with a detailed description of the behavior you’re trying to create] What actually happens: [replace with a detailed description of what actually happens when the code runs including any errors or unexpected behavior] What I’ve tried: [replace with a detailed description of what you’ve already tried to do to solve the problem]
I am having a similar issue with one of my students in Unit 2 Lesson 9.7
I have looked at the pages and we still get the white screen. I have had other students try to debug and at this point, I don’t know how to help the student.
Ideas on what next?
Thank you
I’ve had this result when I’ve had errors on either the page I’m linking too as well as the site I’m linking from. It isn’t always pink code that’s causing the problem. You may need to go line by line to look for errors that may not be turning pink. If all else fails, feel free to post the link to the student work. Be sure to use the Share option to get the specific link to the project. We can help you debug!
@kammie.dill is correct about the link back to homepage. It should go to “index.html”. The tags are pink because there is an extra opening h4 tag. If you close that tag (on line 17), the red disappears.
I believe the reason your links don’t work in the platform are the errors (red text in the code) that Web Lab is seeing. I think these errors come mostly from missing quotes on those very long web addresses for the images. So, the image tag should read
There are several images to fix. I think that is the primary mistake on those pages. When there is no longer errors in the code, I find the links usually work in Web Lab.