I'm having this problem with a website I'm making. I have a <div> layer in which I have a bunch of links listed. What I want to do is make these links within the div layer, like you click it and it just takes you to a place farther down the div. The problem is, it isn't working; i have it set up in the normal html way, like <a href="#itemname"> and then <a name="itemname">, but nothing happens when you click on the links. I was wondering if there was something else you had to do to link to places within a div layer that is different? thanks so much.