Hey, i forgot what this technique is called and how to implement it. say you have ABCDEFG......etc like a phone book and you click on A and it takes you down to the links on the page that start with A. I hope ive explained it well enough. Cheers
So, you wanna do something like this? <a href="#1">A</a> <a href="#2">B</a> <a href="#3">C</a> <div id="1">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin eu urna lectus.</div> <div id="2">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin eu urna lectus.</div> <div id="3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin eu urna lectus.</div> Code (markup): Now, when you click A, it will show you the ID with the value 1. when you click B, you will see the ID with 2, and so on. I hope this is what you wanna do!
Yes, and you must also add a link to back to index after each of these detailed listings, so that one may never really have to scroll .. ( remember the notes at the bottom in each wordpress article !) have fun
i will give that a try it seems similar to what i need. basically ill try write it out better, say its a phonebook with all the As, when i click the A at the top of the screen it will bring me directly down to the start of the A's or if i click D it will bring me down to the part of the webpage thats got the D's. Andrew ...... Alison... Abby.... Derek Daniel...etc Hope that explained it better, cheers for the help