View Full Version : linking to page anchors...not working


lilRuBbErDuCkS
06-05-2003, 12:25 AM
Hi.
I know I posted something to the effect of this b4 but its not working. I'm linking page anchirs to a new page and heres the code I'm using--

<ahref="http://www.geocities.com/splurgexx/lyrics.html#senorita target="_blank">Seņorita</a><br>

And this on the linked page--

<A name="senorita">Seņorita</u></b></a>

Now, my problem is that the link works and all, but the page anchors don't. They don't go where they are supposed. They just go to the top of the page. Anyone know whats going on??

Thanks 4 your help!

jazzberry
06-05-2003, 01:37 AM
your code for the link should be this

<a href="http://www.geocities.com/splurgexx/lyrics.html#senorita" target="_blank">Seņorita</a><br>

that should help!