> 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". -- 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 ******************************************************
