Have you tried putting an id on the h1 tag but then wrapping just the contents of the h1 tag in a span and giving that span a different id.
Alternatively right beside the h1 tag you could create a second h1 tag with duplicate contents but set it to display:none and use it for the target of the second index link.
Just throwing out ideas here.
|