> From: Thierry Koblentz > > Peter Williams wrote: > >> From: Thierry Koblentz > >> > >> For example one can use: > >> <a name="1st_Section"></a> > >> but not: > >> <a id="1st_Section"></a> > > > > Then rhere's the issue that class/id names can't start with > > a numeric character, so you'd be wiser to use something like > > name="firstsection" or id="firstsection". > > The whole point of this discussion is about using > "1st_Section" rather than > "firstsection". We all know that the latter is fine for both > attributes.
Well aren't I the silly one :-) I somehow overlooked that. -- Peter Williams ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
