November 10, 200817 yr Hello everyone, I have made a website for a client but when they view it in IE the links do not work. You have a section where you can click to download a pdf but it does not work, everything seems right in my code so I just do not know what the problem is. Can any one help me please the link is http://www.croydonlife.co.uk Thank you
November 10, 200817 yr Hello everyone, I have made a website for a client but when they view it in IE the links do not work.You have a section where you can click to download a pdf but it does not work, everything seems right in my code so I just do not know what the problem is. Can any one help me please the link is http://www.croydonlife.co.uk Thank you I think you've got your links wrong. You start them with "../" (go to previous folder) but you're already in your root folder. Getting rid of that bit might just sort it?
November 10, 200817 yr Author I think you've got your links wrong. You start them with "../" (go to previous folder) but you're already in your root folder. Getting rid of that bit might just sort it? Thanks Ill give it a try
November 10, 200817 yr Author I think you've got your links wrong. You start them with "../" (go to previous folder) but you're already in your root folder. Getting rid of that bit might just sort it? Nope still does not work
November 10, 200817 yr I can tell you this much, it is not your links or your side menu. I saved your page and stripped everything from the code except for what is held inside the <div id="sidebar"> and then the link works fine...so the problem is somewhere else, where that is I don't know. Best advice I can give is go through your code, make sure that it is valid, look at things such as closing tags that aren't open, not closing tags that are open, I noticed that is a couple of places. Remember to end img tags with /> rather than just >. Also that everything that you have written are real tags and attributes for example align="Advertised space" isn't a real attribute. So just go through everything that you have coded, and examine everything closely...I wish that I knew exactly what was wrong as it is really annoying me but I don't have time at the moment to look through everything to pin point the exact problem. If you still have a problem with it after cleaning up your code then let us know, and if no one else beats me to it I will re-examine your code when I have a little more time
November 11, 200817 yr Author I can tell you this much, it is not your links or your side menu. I saved your page and stripped everything from the code except for what is held inside the <div id="sidebar"> and then the link works fine...so the problem is somewhere else, where that is I don't know. Best advice I can give is go through your code, make sure that it is valid, look at things such as closing tags that aren't open, not closing tags that are open, I noticed that is a couple of places. Remember to end img tags with /> rather than just >. Also that everything that you have written are real tags and attributes for example align="Advertised space" isn't a real attribute. So just go through everything that you have coded, and examine everything closely...I wish that I knew exactly what was wrong as it is really annoying me but I don't have time at the moment to look through everything to pin point the exact problem. If you still have a problem with it after cleaning up your code then let us know, and if no one else beats me to it I will re-examine your code when I have a little more time I went through code and I find problem still
Create an account or sign in to comment