fathernugen Posted February 21, 2011 Share Posted February 21, 2011 Hi, I have never had a problem as strange as this one. I'm aware of the browser differences, and what they can do to a design. But my latest problem has me stumped. Here is the problem outline: I am doing some work for a local businesses website. I added a link in the header of the site which takes you to a newsletter page/archive. The link works fine in FF Chrome Safari, but guess what, dopey old internet explorer has forgotten how to read links. If you click the link in internet explorer it says the page doesn't exist. It freaking does. I just made and tested it. I thought it was a caching problem, but I have been on computers where the cache has been emptied, or the site has never been visited from thast particular machine. Al the code for checking this out will be viewable through the view source function. If you want me to post specific pieces of code then let me know. So, if anyone has any insight into this then I will be most grateful. Surya Osborne. Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted February 21, 2011 Share Posted February 21, 2011 post code please Quote Link to comment Share on other sites More sharing options...
fathernugen Posted February 21, 2011 Author Share Posted February 21, 2011 <div id="logotext"> <h1 class="logotext"><a href="http://www.sittingspiritually.co.uk">SITTING SPIRITUALLY</a></h1> </div> <div id="newsletter"> <h3 class="newslettertext"><a href="http:///www.sittingspiritually.co.uk/newsletter.php">Subscribe to our Newsletter</a></h3> </div> Oh yeah, that's the problem. The additional /....... Couldn't see it when I was editing. Now it's clear as day. You helped without helping, like Bruce Lee, fighting without fighting. Your a true teacher. I bow to you. Thanks. Surya Osborne. Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted February 21, 2011 Share Posted February 21, 2011 Your newletter link is invalid HTML. It has one too many / Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted February 22, 2011 Share Posted February 22, 2011 <div id="logotext"> <h1 class="logotext"><a href="http://www.sittingspiritually.co.uk">SITTING SPIRITUALLY</a></h1> </div> <div id="newsletter"> <h3 class="newslettertext"><a href="http:///www.sittingspiritually.co.uk/newsletter.php">Subscribe to our Newsletter</a></h3> </div> Oh yeah, that's the problem. The additional /....... Couldn't see it when I was editing. Now it's clear as day. You helped without helping, like Bruce Lee, fighting without fighting. Your a true teacher. I bow to you. Thanks. Surya Osborne. lol thanks! Quote Link to comment Share on other sites More sharing options...
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.