View Full Version : Linking & Page Anchors


lilRuBbErDuCkS
05-31-2003, 12:02 AM
My ? is- how do you link to a page to a specific page anchor? Here, I'll include a 'sample' script...

<ahref="http://www..../splurgexx/lyrics.html" target="_blank">Senorita</a>

After the .html would I put #senorita ? [the name of my anchor so it'd be like....]

<ahref="http://www..../splurgexx/lyrics.html/#senorita" target="_blank">Senorita</a>


If anyone knows what I'm talking about, please help! THANK YOU!!!!

amicus
05-31-2003, 12:04 AM
not quite, you have to put the # in between the page name and the name of the anchor :)

<a href="http://www..../splurgexx/lyrics.html#senorita" target="_blank">Senorita</a>

lilRuBbErDuCkS
05-31-2003, 12:16 AM
Ooh it works. Thanks so much!!