Link to home
Create AccountLog in
Avatar of isnoend2001
isnoend2001Flag for United States of America

asked on

Page jumps not working

I have written some page jumps, probably not written correctly
not all work some do some don't
http://roofgenius.com/test.asp
what am i doing wrong ?
Avatar of AdrienneSperber
AdrienneSperber
Flag of United States of America image

try using just <a href="#one"> in front of the links and replace  <a id="one"> with <a name ="one"></a>
Avatar of isnoend2001

ASKER

Thanks AdrienneSperber, but i read somewhere that using the name is obsolete
Use id's instead
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Thanks that works
You are welcome - thanks for the points.