Hello, Okay, so what i am thinking of doing is creating this: * Lyrics * Music etc... then when someone clicks on one of those it scrolls down to the proper place of the page.. how do i do that? thanks
Have a link for lyrics and music like... <a href="page.html#lyrics">Lyrics</a> Code (markup): Then in the content have... <div id="lyrics"> your content </div> Code (markup): When they click the link it will jump down to the lyrics content
Yea, as long as it has the #lyrics or #music to tell it where to jump to Doesn't matter the file extension.