Page 1 of 1

Anchor Help

Posted: March 27th, 2005, 5:45 pm
by AmaD
Traditionally there are anchors that go #top or anywhere else you specify, but I can't find one which takes you to the bottom. no, it's not #bottom :P I really need one, so if anyone can help me with it, and don't say just specify one at the bottom because that's not how I want to do it (I've got a perl script for guest comments you see)

Posted: March 27th, 2005, 11:24 pm
by Smartweb
To make your own anchors, use <a name="anchorname" /> where the anchor goes. To get to that, use <a href="#anchorname">...</a>.

Posted: March 29th, 2005, 2:45 pm
by AmaD
thanks :lol: so simple :roll:

Posted: March 29th, 2005, 11:30 pm
by Smartweb
Argh! I had to check off that Disable HTML in this post button.