Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 91965 invoked from network); 23 Jan 2004 01:46:18 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Jan 2004 01:46:18 -0000 Received: (qmail 27355 invoked by uid 500); 23 Jan 2004 01:46:02 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 27314 invoked by uid 500); 23 Jan 2004 01:46:02 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 27303 invoked from network); 23 Jan 2004 01:46:02 -0000 Received: from unknown (HELO www2.kc.aoindustries.com) (65.77.211.84) by daedalus.apache.org with SMTP; 23 Jan 2004 01:46:02 -0000 Received: from dialup-174.147.220.203.acc01-aubu-gou.comindico.com.au (dialup-174.147.220.203.acc01-aubu-gou.comindico.com.au [203.220.147.174]) (authenticated) by www2.kc.aoindustries.com (8.11.6/8.11.6) with ESMTP id i0N1hQu00732 for ; Thu, 22 Jan 2004 19:43:26 -0600 Subject: Re: intrapage linking From: David Crossley To: forrest-dev@xml.apache.org In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1074822362.1426.1592.camel@ighp> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 23 Jan 2004 12:46:04 +1100 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Dave Brondsema wrote: > I want to link directly to specific sections of a page. I see that an > anchor is already created for each section, using it's title. There is > also one right before it with an id number, like N10013. Also, I can > specify id="some-val" as a section attribute and then an anchor with name > "some-val" is created. Is this last way the best way to do it? I think so. The other two methods seem not as good to me as they change when the document is edited, which makes them ineffective. > Does this > id->anchor conversion work for all elements, or just sections? I just tried an experiment by putting an "id" attr on both li and link elements and it worked. Not yet looked at the stylesheets. --David