View Full Version : I don't know why my page anchors wont work! HELP!


KeLs
03-11-2006, 03:14 AM
Page: http://www.neopets.com/~Haliala

I don't know why the page anchors won't work there... please help me out!

Valkyrie
03-11-2006, 03:29 AM
Most of them work. Just check through the code since some of them are missing the name value or have the href instead.

Like the about me:
<A href="aboutme">
change it to
<a name="aboutme">

KeLs
03-11-2006, 03:33 AM
what?!! they WORK for you???? When i click them none of them work!

Do they only work for certian browsers???

Valkyrie
03-11-2006, 03:45 AM
How strange. On Firefox, most of them work, yet on IE like two or three of them work. I also checked with another computer, and it does the same.
Though anchors should work in all browsers...

KeLs
03-11-2006, 04:32 AM
hmmm... is it possibly a glitch in Neopets system??? Or is it my codeing??