i want to make a list of all my posts alphabetically, so i want to be able to click on A, B, C, D, E, F etc, which scroll me download to that particular section of the page. how can i do that?
thanks
i want to make a list of all my posts alphabetically, so i want to be able to click on A, B, C, D, E, F etc, which scroll me download to that particular section of the page. how can i do that?
thanks
Start by creating a custom query that changes the post ordering.
im not good with all the html, so i decided to do it manually, i already have put in all the posts alphabetically, and all that is left now is to make (hyperlinks) i guess thats what its called, to the letters at the top, which will scroll download to the content related to that letter. example:
A, B, C, D ...
A:
acer,
asus,
...
B:
benq,
..
C:
...
...
how can i create a link between the top page C to the bottom C? so that if i click on C at the top, it will scroll me down to the C below.
EDIT: btw this is a static page
You have to first add ids/anchors to each of your sections. eg:
<div id="a">A</div>
...
<div id="b">B</div>
etc.
Hi,
I have a product page that has intro phrases (bulleted) above and corresponding paragraphs lower on the page. How do I link them? My site is:
http://www.organicallyblonde.com
This topic has been closed to new replies.