sardaukar Posted October 22, 2005 Posted October 22, 2005 I have a stupid, lame problem. I have tried to make someword point for some site. And the something funny hapened. I created an experimental page of how another page could look like: http://freewebs.com/poteris2005 Everything in this "site" does not work, except the word "čia". It should point to the site delfi.lt The code is: "Plaèiau <a href="http://www.delfi.lt" target="_blank">èia</a></div></div>" When I look at it in my PC, everything is just fine. When I upload to a server - the problems began. What went wrong? Quote
TweezerMan Posted October 22, 2005 Posted October 22, 2005 Saying that "everything does not work" doesn't really help anyone help you figure out what's wrong. I looked at the site in Internet Explorer, and the link you indicated worked just fine for me. On the sidebar, I noticed that apparently some images are supposed to display when you hover over an item, but the images do not load. The javascript responsible for loading these images is coded with paths that are valid only on your computer. For example, this is one image that the javascript tries to retrieve: >'../../My%20Documents/My%20web%20sites/exp/5a.gif' There is no 'My Documents' or 'My web sites' directory on the web server, so this image cannot be loaded and displayed in a browser. I don't know if the other problems you're experiencing are also due to using local PC file paths, but it's probably worth checking out. Hope this helps... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.