I have a html queston?

How do I make the banner at the top of my shop link to where the items for sale are? So when they click it they just drop down to the items and skip all of the other graphics.

You're looking for an anchor tag. There's two parts to this, the link (which is created in a similar way to other links) and the destination that you want the link to go to. Link = (a href="#AnchorName")item you want people to click on(/a) Destination = (a name=AnchorName)item to be linked to(/a) Just replace the brackets with the '<>' signs (assuming they show up in here) and change the tag name to suit your purposes.

I tried it but I couldn't figure it out I do not know any html.

Kris provided the code you need. But if you need more help, this has already been discussed on a previous thread. Maybe you can find what you need there. http://www.neomallers.com/node/912

Ok thanks I figured it out I wasn't putting the direction thing in right.