Re: Named anchors don't work
- From: Bill Mullen <noprivateemail@xxxxxxxxxx>
- Date: Thu, 27 Sep 2007 14:44:00 -0500
Bill Mullen wrote:
I just noticed that named anchors don't work for external files.
URL?
I fixed my pages by moving the name to another anchor. Here was my
original code that did not work.
<a name="070402"></a>
<a class="HeadingPink" href="puppypage.php?Puppy=070402">Airabella
("Baby Bella")</a>
Here is the new code that does work:
<a name="070402" class="HeadingPink"
href="puppypage.php?Puppy=070402">Airabella ("Baby Bella")</a>
The reason I did this is because I read an article that said another
system had problems with empty anchor tags.
I have not tried the following but I might:
<!-- Named anchor with href pointing to itself -->
<a name="070402" href="adoptions.php#070402"></a>
.
- References:
- Named anchors don't work
- From: Bill Mullen
- Re: Named anchors don't work
- From: C A Upsdell
- Named anchors don't work
- Prev by Date: Re: XP Home Edition backup software
- Next by Date: Re: IE7 - where do I ask questions about IE7
- Previous by thread: Re: Named anchors don't work
- Next by thread: My OE6 works, IE6 doesn't
- Index(es):
Relevant Pages
|