View Full Version : Anchor Help


podge_r
07-21-2003, 12:10 AM
http://jackpodge.tripod.com/index/extra/cals.html
Can som1 please look at that script, this is my first anchore script and I can only get the first link to work, all of the links anchor to the same link... thank you very much for any help.

Dude128
07-21-2003, 03:42 AM
your anchors should be in the format <a name="dog"></a>, without the #- that only goes in the links.

pb&j
07-21-2003, 03:42 AM
you should fix your links from this...
<a href="#dog"><FONT COLOR="BLUE" SIZE="3"><B>Dog Years |</A>
to this...
<a href="#dog"><FONT COLOR="BLUE" SIZE="3"><B>Dog Years |</b></font></A>

you should also go through and fix all of your colors to have the # in them from this...
bgcolor="ffcc00"
to this...
bgcolor="#ffcc00"

give that a go to start. it wont fix your current problem, but it will help in your coding so far.