jally
Dec 28 2004, 03:21 PM
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
Dec 28 2004, 03:38 PM
Simple linking:
Tag the section you want to hit with
<a name="whatevertheheckyouwantthenametobe">
and the make the link
<a href="#whatevertheheckyouwantthenametobe">
Make sense?
Cwazydawg
Dec 28 2004, 04:16 PM
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
Dec 29 2004, 04:02 AM
Thanks!! I got it figured out! Thanks for the quick response!