My links wont work

My Links for my HTML project do not work.

The home page is displaying, but the homepage links are not working.

https://replit.com/@BillyBobby222/SeatMapper#page4.html

1 Like

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!

2 Likes

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.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.