TheMovieman Posted June 25, 2007 Posted June 25, 2007 (edited) Ok, I think I got the code right but for some reason when I click the link to go to another part of a page, it doesn't work. Here's the page I'm referring to: http://www.moviemansguide.com/theatricalsc...007releases.php If you click one of the months, it should take you to the beginning of that month. Now, I have them linked like so: <a href="#july">JULY</a> And in the section for July: <a name="july"></a> This should work, right? Edited June 25, 2007 by TheMovieman Quote
TCH-Andy Posted June 25, 2007 Posted June 25, 2007 Have you refreshed (i.e. reloaded) it in your browser ? It's working for me. Quote
TCH-Thomas Posted June 25, 2007 Posted June 25, 2007 For me it works in Firefox but not in Internet Explorer. Quote
JTD Posted June 25, 2007 Posted June 25, 2007 Same results for me. Works fine with FireFox. Does not work at all With Internet Exploder. Quote
TheMovieman Posted June 25, 2007 Author Posted June 25, 2007 So, is there some extra code I need to add to make it work in IE? Quote
Bob Crabb Posted June 25, 2007 Posted June 25, 2007 Try putting a space in the July anchor: >change <a name="july"></a> to <a name="july"> </a> I think that will make it work in IE Quote
TheMovieman Posted June 25, 2007 Author Posted June 25, 2007 (edited) Excellent. Worked like a charm Thanks! Edited June 25, 2007 by TheMovieman Quote
Bob Crabb Posted June 25, 2007 Posted June 25, 2007 You're welcome MovieMan; I'm glad that worked for you. IE can be a pain sometimes. 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.