Posts Tagged ‘Anchor’

How Do I Jump To An Anchor In Html? How Do I Jump To An Anchor In Asp.net Code? (not Markup)?

February 11th, 2010

in HTML first you give the anchor a name

then you make a link to #name

it will scroll to the anchor in the document.