Anchor Help

Tips and help with HTML, CSS, JavaScript, and site development.
Post Reply
AmaD
Registered User
Posts: 122
Joined: August 20th, 2004, 7:37 pm

Anchor Help

Post 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)
[CPU] AMD Athlon 64 3000+ Venice [MOBO] DFI LanParty UT NF4 Ultra-D (s939) [CARD] ATI Radeon X800 XL (256MB) [CASE] Silverstone Temjin TJ01 - Silver [HDD] ST340016A (40 GB, 7200 RPM, Ultra-ATA/100) [HDD] WDC WD1200BB-00CJA1 (111 GB, IDE)
Smartweb
Registered User
Posts: 622
Joined: January 15th, 2004, 2:11 am
Contact:

Post by Smartweb »

To make your own anchors, use <a name="anchorname" /> where the anchor goes. To get to that, use <a href="#anchorname">...</a>.
Last edited by Smartweb on March 29th, 2005, 11:29 pm, edited 1 time in total.
AmaD
Registered User
Posts: 122
Joined: August 20th, 2004, 7:37 pm

Post by AmaD »

thanks :lol: so simple :roll:
[CPU] AMD Athlon 64 3000+ Venice [MOBO] DFI LanParty UT NF4 Ultra-D (s939) [CARD] ATI Radeon X800 XL (256MB) [CASE] Silverstone Temjin TJ01 - Silver [HDD] ST340016A (40 GB, 7200 RPM, Ultra-ATA/100) [HDD] WDC WD1200BB-00CJA1 (111 GB, IDE)
Smartweb
Registered User
Posts: 622
Joined: January 15th, 2004, 2:11 am
Contact:

Post by Smartweb »

Argh! I had to check off that Disable HTML in this post button.
Post Reply