What is the best online site to order stuff from?

I have a site with a list of stuff N ABC order. i want letters A-Z at top of page, and when i click im there.?

  • Ok i am making a list of my video game collection A-Z. I want it so there are 26 letters at the top of the page, and when i click on one, it takes me directly to the part of the page that has that letter. How do i do it?

  • Answer:

    You mean something like this? <html> <body> <A HREF="#a">A</A> <A HREF="#b">B</A> <A HREF="#c">C</A> <A HREF="#d">D</A> <A HREF="#e">E</A> <A HREF="#f">F</A> <A HREF="#g">G</A> <A HREF="#h">H</A> <A HREF="#i">I</A> <A HREF="#j">J</A> <A HREF="#k">K</A> <A HREF="#l">L</A> <A HREF="#m">M</A> <A HREF="#n">N</A> <A HREF="#o">O</A> <A HREF="#p">P</A> <A HREF="#q">Q</A> <A HREF="#r">R</A> <A HREF="#s">S</A> <A HREF="#t">T</A> <A HREF="#u">U</A> <A HREF="#v">V</A> <A HREF="#w">W</A> <A HREF="#x">X</A> <A HREF="#y">Y</A> <A HREF="#z">Z</A> <p> Data <p> <a name=a></a> A details <p> <a name=b></a> B details <p> <a name=c></a> C details <p> <a name=d></a> D details <p> <a name=e></a> E details <p> <a name=f></a> F details <p> <a name=g></a> G details <p> <a name=h></a> H details <p> <a name=i></a> I details <p> <a name=j></a> J details <p> <a name=k></a> K details <p> <a name=l></a> L details <p> <a name=m></a> M details <p> <a name=n></a> N details <p> <a name=o></a> O details <p> etc </body> </html>

bowser_k... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.