My Links for my HTML project do not work.
The home page is displaying, but the homepage links are not working.
My Links for my HTML project do not work.
The home page is displaying, but the homepage links are not working.
Hi @Tduverna thanks for your question.
The reason why the links don’t work is because you are attempting to link to files on a C:\ . You should be using relative links to the filenames in your Repl.
Your code at the moment (example)
should be changed to <a href="1HomePage.htm">
and you should make sure that the file 1HomePage.htm exists in the Files pane of your Repl.
Hope this helps!
Yes, your files do not correspond to the names of 1homepage, 2 homepage etc. Do the corrections as stated by @IanAtCSTeach and rename your files.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.