Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

TW
Lv 5

my website links aren't working?

I am studying website design, but I'm very much a beginner.

I have created a website, the offline version works perfectly in firefox, but the links don't work in internet explorer.

I have uploaded it to a free hosting site (000webhost) and the address is http:\\www.tomwray.webuda.com

The photo page works fine, and all the other links should just go to a blank template page. The music link works in internet explorer, and sort of works in firefox, but the rest of the links (about, contact & other) just go to error pages.

I created the homepage in fireworks. and uploaded with filezilla. I have checked the directory and all the html and image files are present.

I would really appreciate it if someone could shed some light on why the links aren't working. (any other input would also be gratefully received).

Thank you

Update:

Thanks for the answers,

the \\ in the address was just my typing error...sorry!

I have removed the taget="_self" for all links and checked in the ftp all the html files fo the other pages are present and in the correct place (same folder as index).

I still get the errors from the online version, but the offline version works fine (not in ie)

7 Answers

Relevance
  • 1 decade ago
    Favorite Answer

    Theres nothing wrong with the code.

    Your telling the link to load up a page from the same dictionary (folder).

    a href="contact.html"

    So the contact page HAS to be in the same folder as index.html (check this in the ftp, or filezilla)

    If its not, say contact.html with in the folder "contact". you would use a href="contact/contact.html"

    Again, I cant see anything with your code, just double check your dictionary structure.

    The 000webhost.com webpage your linked to on these links, is a 404 page. Meaning coudlnt find file/folder.

  • Anonymous
    4 years ago

    1

    Source(s): Work From Home Writing http://givitry.info/WritingJobsOnline
  • ?
    Lv 4
    5 years ago

    Html Links Not Working

  • Anonymous
    1 decade ago

    Ok two things that are wrong or need attention:

    1) You've made the site on a windows machine I'm assuming. Only windows uses the backslash (\) so your address http:\\www.tomwray.webuda.com is only valid on a windows sever. You need to use forward slashes (/) like so http://www.tomwray.webuda.com./ (Even windows servers know how to read that URL)

    2) Your HTML mark up is messed up or missing the files at least. The only link that works for me is the music page, the rest can't find the proper page, so make sure that the pages exist on the server in the proper place.

    -Then check on how your linking to them, for example, absolute (http://site/page.html) or relative (../different folder/page.html). Make sure these are right.

    - Then go back and change your links target attribute. Do you really need to use _self? That's for websites made with frames, it seems like you just have hot spots that link to other pages? If thats the case take out target altogether.

    Source(s): Experience - Web designer.
  • How do you think about the answers? You can sign in to vote the answer.
  • 1 decade ago

    FireFox and Internet Explorer have very different protocols. Im using NotePad++ and noticed both browsers can sometimes display certain content differently, and sometimes not at all.

  • Anonymous
    5 years ago

    Waiting on more answers before I post my view

  • ?
    Lv 4
    5 years ago

    its not working for me i get a 500 internal server error

Still have questions? Get your answers by asking now.