Help - Search - Members - Calendar
Full Version: Html Design Help
MonsterSmallBusiness Forums > MonsterWebDesign > Design Aspects
jally
This is an html question - how do I make a big long page of customer service issues (refund policy, shipping policy, etc.) but have a link that goes directly just to that section. Does that make sense?

Does it have to do with 'anchors'?

Jally
Bryan@Airlift
Simple linking:

Tag the section you want to hit with

<a name="whatevertheheckyouwantthenametobe">

and the make the link

<a href="#whatevertheheckyouwantthenametobe">

Make sense?
Cwazydawg
This is what a complete link with the anchor at the end would look like:
CODE
http://www.yourdomain.com/index.asp?PageAction=Compamy#anchorname
jally
Thanks!! I got it figured out! Thanks for the quick response!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.